c2bfc6b7d5
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible. + Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate. + Clean up xlint warnings. + inetutils: update to 1.9.3 and split into subpkgs
18 lines
517 B
Bash
18 lines
517 B
Bash
# Template file for 'acct'
|
|
pkgname=acct
|
|
version=6.6.2
|
|
revision=2
|
|
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=8ed47b2f893b08f0d67720880adbb48b835a826c314fa52fd52af1cee6870101
|
|
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
|
|
}
|