summaryrefslogtreecommitdiff
path: root/community/apg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/apg/PKGBUILD')
-rw-r--r--community/apg/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD
index e5a6a2f4e..7f66fafb7 100644
--- a/community/apg/PKGBUILD
+++ b/community/apg/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65041 2012-02-20 02:16:10Z spupykin $
+# $Id: PKGBUILD 113911 2014-07-01 09:45:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: eric <eric@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=apg
pkgver=2.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="Automated Password Generator."
arch=(i686 x86_64)
url="http://www.adel.nursat.kz/apg/index.shtml"
@@ -18,6 +18,10 @@ build() {
cd $srcdir/$pkgname-$pkgver
sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
for i in apg apgbfm; do
install -D -m755 $i $pkgdir/usr/bin/$i
install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1