apg: removed.

This commit is contained in:
Tilman Sauerbeck 2009-05-29 14:40:51 +02:00
parent 17032658ff
commit 854cd8ead2
3 changed files with 0 additions and 28 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/apg
-rwxr-xr-x root/root usr/bin/apgbfm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/apg.1.gz
-rw-r--r-- root/root usr/man/man1/apgbfm.1.gz

View File

@ -1 +0,0 @@
3b3fc4f11e90635519fe627c1137c9ac apg-2.2.3.tar.gz

View File

@ -1,19 +0,0 @@
# Description: Automated Password Generator (standalone version)
# URL: http://www.adel.nursat.kz/apg/
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on:
name=apg
version=2.2.3
release=1
source=(http://www.adel.nursat.kz/apg/download/$name-$version.tar.gz)
build() {
cd $name-$version
make standalone
mkdir -p $PKG/usr/{man/man1,bin}
install -m 644 doc/man/ap*.1 $PKG/usr/man/man1
#install -m 644 doc/man/ap*.8 $PKG/usr/man/man8
install -m 755 {apg,apgbfm} $PKG/usr/bin
}