wok annotate acct/receipt @ rev 23769

linux:CONFIG_INPUT_ATLAS_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Thu May 14 20:21:23 2020 -0400 (2020-05-14)
parents 11b5e93cb5f2
children 71360a13cd94
rev   line source
hackdorte@19186 1 # SliTaz package receipt.
hackdorte@19186 2
hackdorte@19186 3 PACKAGE="acct"
Hans-G?nter@22464 4 VERSION="6.6.4"
hackdorte@19186 5 CATEGORY="utilities"
Hans-G?nter@22464 6 TAGS="analysis network utilities"
hackdorte@19186 7 SHORT_DESC="Utilities that report data about users logged on GNU/Linux."
hackdorte@19186 8 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19186 9 LICENSE="GPL3"
Hans-G?nter@22464 10 WEB_SITE="https://www.gnu.org/software/acct/"
al@19275 11
hackdorte@19186 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
hackdorte@19186 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
hackdorte@19186 14
hackdorte@19186 15 DEPENDS="gcc-lib-base glibc"
hackdorte@19186 16 BUILD_DEPENDS="glibc-dev"
hackdorte@19186 17
hackdorte@19186 18 # Rules to configure and make the package.
hackdorte@19186 19 compile_rules()
hackdorte@19186 20 {
Hans-G?nter@22464 21 ./configure \
Hans-G?nter@22464 22 --prefix=/usr \
al@19264 23 $CONFIGURE_ARGS &&
al@19264 24 make $MAKEFLAGS &&
al@19264 25 make DESTDIR=$DESTDIR install
hackdorte@19186 26 }
hackdorte@19186 27
hackdorte@19186 28 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@19186 29 genpkg_rules()
hackdorte@19186 30 {
al@19275 31 mkdir -p $fs/usr
al@19275 32 cp -a $install/usr/bin $install/usr/sbin $fs/usr
hackdorte@19186 33 }