apg: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 13:14:57 +01:00
parent 835c4e791d
commit 4cd0d22b99

View file

@ -1,25 +1,22 @@
# Template file for 'apg' # Template file for 'apg'
pkgname=apg pkgname=apg
version=2.2.3 version=2.2.3
revision=2 revision=3
short_desc="Automated Password Generator" short_desc="Automated Password Generator"
homepage="http://www.adel.nursat.kz/apg/" homepage="http://www.adel.nursat.kz/apg/"
license="BSD" license="BSD"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.adel.nursat.kz/apg/download/apg-$version.tar.gz" distfiles="http://www.adel.nursat.kz/apg/download/apg-$version.tar.gz"
checksum=69c9facde63958ad0a7630055f34d753901733d55ee759d08845a4eda2ba7dba checksum=69c9facde63958ad0a7630055f34d753901733d55ee759d08845a4eda2ba7dba
long_desc="
APG (Automated Password Generator) is the tool set for random
password generation."
do_build() { do_build() {
sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
make ${makejobs} make CC="$CC" ${makejobs}
} }
do_install() { do_install() {
for i in apg apgbfm; do for i in apg apgbfm; do
install -D -m755 $i ${DESTDIR}/usr/bin/$i vinstall $i 755 usr/bin
install -D -m644 doc/man/$i.1 ${DESTDIR}/usr/share/man/man1/$i.1 vinstall doc/man/$i.1 744 usr/share/man/man1
done done
} }