2009-04-01 09:32:59 +02:00
|
|
|
# Template file for 'acct'
|
|
|
|
pkgname=acct
|
2011-01-19 11:29:31 +01:00
|
|
|
version=6.5.5
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-31 09:24:33 +02:00
|
|
|
revision=2
|
2009-04-01 09:32:59 +02:00
|
|
|
short_desc="GNU Accounting Utilities"
|
2013-03-31 09:24:33 +02:00
|
|
|
homepage="https://www.gnu.org/software/acct/"
|
|
|
|
license="GPL-3"
|
2009-04-01 09:32:59 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-12 08:55:23 +02:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz"
|
2011-01-19 11:29:31 +01:00
|
|
|
checksum=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5
|
2009-04-01 09:32:59 +02:00
|
|
|
long_desc="
|
|
|
|
The GNU Accounting Utilities provide login and process accounting
|
|
|
|
utilities for GNU/Linux and other systems."
|
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
post_install() {
|
|
|
|
# The last(1) command is provided by busybox.
|
2009-04-01 09:32:59 +02:00
|
|
|
rm ${DESTDIR}/usr/bin/last
|
|
|
|
rm ${DESTDIR}/usr/share/man/man1/last.1
|
|
|
|
}
|