# Template file for 'acct'
pkgname=acct
version=6.5.5
build_style=gnu-configure
revision=2
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=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5
long_desc="
 The GNU Accounting Utilities provide login and process accounting
 utilities for GNU/Linux and other systems."

post_install() {
	# The last(1) command is provided by busybox.
	rm ${DESTDIR}/usr/bin/last
	rm ${DESTDIR}/usr/share/man/man1/last.1
}

acct_package() {
	pkg_install() {
		vmove usr
	}
}