void-packages/srcpkgs/acct/template
Juan RP f48c5bf9c5 acct: update to 6.5.4.
--HG--
extra : convert_revision : e832fc1c5e1773d0b4ef7f4a57b54701e6aa0cc9
2010-04-17 17:11:33 +02:00

21 lines
589 B
Plaintext

# Template file for 'acct'
pkgname=acct
version=6.5.4
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="GNU Accounting Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6ac2f5d7dd327b8434b05671fe49815c19e14af920c860efc121529bc1d979bb
long_desc="
The GNU Accounting Utilities provide login and process accounting
utilities for GNU/Linux and other systems."
Add_dependency run glibc
post_install()
{
# The last(1) command is provided by sysvinit.
rm ${DESTDIR}/usr/bin/last
rm ${DESTDIR}/usr/share/man/man1/last.1
}