void-packages/srcpkgs/acct/template
2017-07-04 13:12:21 +02:00

19 lines
517 B
Bash

# Template file for 'acct'
pkgname=acct
version=6.6.4
revision=1
build_style=gnu-configure
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=4c15bf2b58b16378bcc83f70e77d4d40ab0b194acf2ebeefdb507f151faa663f
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
}