From dd630368960fa0e70d80df21d119ebc099ecb4d0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 25 Jul 2009 13:21:32 +0000 Subject: main/apg: new aport Automated Password Generator http://www.adel.nursat.kz/apg/index.shtml --- main/apg/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 main/apg/APKBUILD (limited to 'main/apg') diff --git a/main/apg/APKBUILD b/main/apg/APKBUILD new file mode 100644 index 0000000000..98d41665a6 --- /dev/null +++ b/main/apg/APKBUILD @@ -0,0 +1,24 @@ +# Maintainer: Natanael Copa +pkgname=apg +pkgver=2.2.3 +pkgrel=0 +pkgdesc="Automated Password Generator." +url="http://www.adel.nursat.kz/apg/index.shtml" +license="custom" +subpackages="$pkgname-doc" +depends= +makedepends="" +source="http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz" + +build () +{ + cd "$srcdir"/$pkgname-$pkgver + sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile + make || return 1 + for i in apg apgbfm; do + install -D -m755 $i "$pkgdir"/usr/bin/$i + install -D -m644 doc/man/$i.1 "$pkgdir"/usr/man/man1/$i.1 + done + install -D -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} +md5sums="3b3fc4f11e90635519fe627c1137c9ac apg-2.2.3.tar.gz" -- cgit v1.2.3