19 lines
553 B
Bash
19 lines
553 B
Bash
# Template file for 'acct'
|
|
pkgname=acct
|
|
version=6.6.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--sbindir=/usr/bin"
|
|
short_desc="GNU Accounting Utilities"
|
|
homepage="https://www.gnu.org/software/acct/"
|
|
license="GPL-3"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=5eae79323bf1ce403704d2b70483c46e7c853276ee7b5ad561ec3ccae9fca093
|
|
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
|
|
}
|