wok-next view acct/receipt @ rev 20715

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