wok diff acct/receipt @ rev 23929

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:25:24 2020 +0000 (2020-09-01)
parents 11b5e93cb5f2
children 71360a13cd94
line diff
     1.1 --- a/acct/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/acct/receipt	Tue Sep 01 10:25:24 2020 +0000
     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