wok-next view acct/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
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 }