18 lines
517 B
Text
18 lines
517 B
Text
# Template file for 'acct'
|
|
pkgname=acct
|
|
version=6.6.1
|
|
revision=4
|
|
build_style=gnu-configure
|
|
short_desc="GNU Accounting Utilities"
|
|
homepage="https://www.gnu.org/software/acct/"
|
|
license="GPL-3"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz"
|
|
checksum=554515611ef9299012b7510050868a48fc178ce1544947123ab46ec50230ffcb
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
# The last(1) command is provided by util-linux
|
|
rm ${DESTDIR}/usr/bin/last
|
|
rm ${DESTDIR}/usr/share/man/man1/last.1
|
|
}
|