wok-next annotate acct/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 11b5e93cb5f2
children d5aab818505e
rev   line source
al@20569 1 # SliTaz package receipt v2.
hackdorte@19186 2
hackdorte@19186 3 PACKAGE="acct"
hackdorte@19186 4 VERSION="6.6.2"
hackdorte@19186 5 CATEGORY="utilities"
al@20569 6 SHORT_DESC="Utilities that report data about users logged on GNU/Linux"
hackdorte@19186 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19186 8 LICENSE="GPL3"
al@19275 9 WEB_SITE="http://savannah.gnu.org/projects/acct/"
al@19275 10
hackdorte@19186 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
hackdorte@19186 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
hackdorte@19186 13
al@20569 14 compile_rules() {
al@20569 15 ./configure $CONFIGURE_ARGS &&
al@20569 16 fix libtool &&
al@19264 17 make $MAKEFLAGS &&
al@19264 18 make DESTDIR=$DESTDIR install
hackdorte@19186 19 }
hackdorte@19186 20
al@20569 21 genpkg_rules() {
al@20569 22 copy @std
al@20569 23 DEPENDS="gcc-lib-base glibc"
al@20569 24 TAGS="analysis network utilities"
hackdorte@19186 25 }