wok-next diff acct/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line diff
     1.1 --- a/acct/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/acct/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="acct"
     1.7 -VERSION="6.6.2"
     1.8 +VERSION="6.6.4"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Utilities that report data about users logged on GNU/Linux"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -WEB_SITE="http://savannah.gnu.org/projects/acct/"
    1.14 +WEB_SITE="https://www.gnu.org/software/acct/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  compile_rules() {
    1.20 -	./configure $CONFIGURE_ARGS &&
    1.21 +	./configure \
    1.22 +		--enable-linux-multiformat \
    1.23 +		$CONFIGURE_ARGS &&
    1.24  	fix libtool &&
    1.25 -	make $MAKEFLAGS &&
    1.26 -	make DESTDIR=$install install
    1.27 +	make &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31  genpkg_rules() {
    1.32  	copy @std
    1.33 -	DEPENDS="gcc-lib-base glibc"
    1.34  	TAGS="analysis network utilities"
    1.35  }