summaryrefslogtreecommitdiff
path: root/community/pinfo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pinfo/PKGBUILD')
-rw-r--r--community/pinfo/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/pinfo/PKGBUILD b/community/pinfo/PKGBUILD
index d5ac06d0e..daf4051e6 100644
--- a/community/pinfo/PKGBUILD
+++ b/community/pinfo/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 55275 2011-09-08 12:47:50Z spupykin $
+# $Id: PKGBUILD 114356 2014-07-01 14:52:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
pkgname=pinfo
pkgver=0.6.10
-pkgrel=2
+pkgrel=3
pkgdesc="A hypertext info file viewer"
arch=('i686' 'x86_64')
-url="http://pinfo.alioth.debian.org/"
+url="https://alioth.debian.org/projects/pinfo/"
license=('GPL')
depends=('ncurses' 'readline')
-source=(https://alioth.debian.org/frs/download.php/3351/$pkgname-$pkgver.tar.bz2)
+#source=(https://alioth.debian.org/frs/download.php/file/3351/$pkgname-$pkgver.tar.bz2)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/pinfo-$pkgver.tar.bz2)
md5sums=('fe3d3da50371b1773dfe29bf870dbc5b')
build() {
@@ -21,6 +22,10 @@ build() {
[ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --enable-cursor \
--mandir=/usr/share/man --infodir=/usr/share/info
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
rm -f $pkgdir/usr/share/info/dir
}