vp-build/srcpkgs/acct/template

27 lines
690 B
Bash

# Template file for 'acct'
pkgname=acct
version=6.6.4
revision=2
build_style=gnu-configure
short_desc="GNU Accounting Utilities"
homepage="https://www.gnu.org/software/acct/"
license="GPL-3.0-or-later"
maintainer="Orphaned <orphan@voidlinux.org>"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=4c15bf2b58b16378bcc83f70e77d4d40ab0b194acf2ebeefdb507f151faa663f
if [ "$CROSS_BUILD" ]; then
post_extract() {
case "$XBPS_TARGET_MACHINE" in
*-musl) cp $FILESDIR/locs-musl locs ;;
*) cp $FILESDIR/locs-glibc locs ;;
esac
}
fi
post_install() {
# The last(1) command is provided by util-linux
rm ${DESTDIR}/usr/bin/last
rm ${DESTDIR}/usr/share/man/man1/last.1
}