summaryrefslogtreecommitdiff
path: root/community/apg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/apg
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/apg')
-rw-r--r--community/apg/ChangeLog3
-rw-r--r--community/apg/PKGBUILD26
2 files changed, 0 insertions, 29 deletions
diff --git a/community/apg/ChangeLog b/community/apg/ChangeLog
deleted file mode 100644
index 811f87d4f..000000000
--- a/community/apg/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD
deleted file mode 100644
index e5a6a2f4e..000000000
--- a/community/apg/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 65041 2012-02-20 02:16:10Z 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
-pkgdesc="Automated Password Generator."
-arch=(i686 x86_64)
-url="http://www.adel.nursat.kz/apg/index.shtml"
-license=('custom')
-depends=('glibc')
-source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz)
-md5sums=('3b3fc4f11e90635519fe627c1137c9ac')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
- make
- 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
- done
- install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}