2009-04-01 09:32:59 +02:00
|
|
|
# Template file for 'acct'
|
|
|
|
pkgname=acct
|
2014-09-06 18:58:09 +02:00
|
|
|
version=6.6.1
|
2014-02-17 18:12:40 +01:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
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"
|
2014-09-06 18:58:09 +02:00
|
|
|
checksum=554515611ef9299012b7510050868a48fc178ce1544947123ab46ec50230ffcb
|
2009-04-01 09:32:59 +02:00
|
|
|
|
2013-04-12 08:55:23 +02:00
|
|
|
post_install() {
|
2014-02-17 18:12:40 +01:00
|
|
|
# The last(1) command is provided by util-linux
|
2009-04-01 09:32:59 +02:00
|
|
|
rm ${DESTDIR}/usr/bin/last
|
|
|
|
rm ${DESTDIR}/usr/share/man/man1/last.1
|
|
|
|
}
|