void-packages/srcpkgs/acct/template

20 lines
553 B
Bash
Raw Normal View History

# Template file for 'acct'
pkgname=acct
2014-11-11 14:50:01 +00:00
version=6.6.2
2015-06-02 09:33:03 +00:00
revision=3
build_style=gnu-configure
2015-06-02 09:33:03 +00:00
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"
2014-11-11 14:50:01 +00:00
checksum=8ed47b2f893b08f0d67720880adbb48b835a826c314fa52fd52af1cee6870101
2014-09-06 17:16:28 +00:00
nocross=yes
post_install() {
2014-02-17 17:12:40 +00:00
# The last(1) command is provided by util-linux
rm ${DESTDIR}/usr/bin/last
rm ${DESTDIR}/usr/share/man/man1/last.1
}