wok-next diff acct/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 11b5e93cb5f2
children d5aab818505e
line diff
     1.1 --- a/acct/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/acct/receipt	Thu Sep 06 04:28:48 2018 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="acct"
     1.8  VERSION="6.6.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Utilities that report data about users logged on GNU/Linux."
    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 @@ -11,24 +11,15 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -TAGS="analysis network utilities"
    1.20 -
    1.21 -DEPENDS="gcc-lib-base glibc"
    1.22 -BUILD_DEPENDS="glibc-dev"
    1.23 -
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 -		$CONFIGURE_ARGS &&
    1.30 +compile_rules() {
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32 +	fix libtool &&
    1.33  	make $MAKEFLAGS &&
    1.34  	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 -	mkdir -p $fs/usr
    1.41 -	cp -a $install/usr/bin $install/usr/sbin $fs/usr
    1.42 +genpkg_rules() {
    1.43 +	copy @std
    1.44 +	DEPENDS="gcc-lib-base glibc"
    1.45 +	TAGS="analysis network utilities"
    1.46  }