void-packages/srcpkgs/acct/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

20 lines
581 B
Text

# Template file for 'acct'
pkgname=acct
version=6.5.5
distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz"
build_style=gnu-configure
short_desc="GNU Accounting Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5
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
}