wok-6.x diff acct/receipt @ rev 23124
updated libxml2 and libxml2-dev (2.9.9 -> 2.9.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 13 10:03:47 2020 +0100 (2020-03-13) |
parents | 11b5e93cb5f2 |
children | 71360a13cd94 |
line diff
1.1 --- a/acct/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/acct/receipt Fri Mar 13 10:03:47 2020 +0100 1.3 @@ -1,26 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="acct" 1.7 -VERSION="6.6.2" 1.8 +VERSION="6.6.4" 1.9 CATEGORY="utilities" 1.10 +TAGS="analysis network utilities" 1.11 SHORT_DESC="Utilities that report data about users logged on GNU/Linux." 1.12 MAINTAINER="hackdorte@sapo.pt" 1.13 LICENSE="GPL3" 1.14 -WEB_SITE="http://savannah.gnu.org/projects/acct/" 1.15 +WEB_SITE="https://www.gnu.org/software/acct/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 -TAGS="analysis network utilities" 1.21 - 1.22 DEPENDS="gcc-lib-base glibc" 1.23 BUILD_DEPENDS="glibc-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure \ 1.29 - --prefix=/usr \ 1.30 + ./configure \ 1.31 + --prefix=/usr \ 1.32 $CONFIGURE_ARGS && 1.33 make $MAKEFLAGS && 1.34 make DESTDIR=$DESTDIR install