f48c5bf9c5
--HG-- extra : convert_revision : e832fc1c5e1773d0b4ef7f4a57b54701e6aa0cc9
20 lines
589 B
Text
20 lines
589 B
Text
# 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
|
|
}
|