Added acct-6.3.2 template.

--HG--
extra : convert_revision : f1067e998115e4507ff2d7e1e90ac4d1e2f10410
This commit is contained in:
Juan RP 2009-04-01 09:32:59 +02:00
parent cf6bb806b7
commit a8a3f8249e

23
templates/acct/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'acct'
pkgname=acct
version=6.3.2
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man
infodir=$XBPS_DESTDIR/$pkgname-$version/usr/share/info install"
short_desc="GNU Accounting Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=273a7aeeafac2e71217c06275d4e1175ef504dac772026bd84cb87dbbe3ecec4
long_desc="
The GNU Accounting Utilities provide login and process accounting
utilities for GNU/Linux and other systems."
Add_dependency full glibc
post_install()
{
# The last(1) command is provided by sysvinit.
rm ${DESTDIR}/usr/bin/last
rm ${DESTDIR}/usr/share/man/man1/last.1
}