wok-next diff help2man/receipt @ rev 20630

Up gegl, giflib, graphite2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 01:47:24 2018 +0300 (2018-04-27)
parents 8da249b2c8d7
children d5aab818505e
line diff
     1.1 --- a/help2man/receipt	Fri Dec 23 03:55:33 2016 +0200
     1.2 +++ b/help2man/receipt	Fri Apr 27 01:47:24 2018 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="help2man"
     1.8  VERSION="1.47.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Produces simple manual pages."
    1.11 +SHORT_DESC="Produces simple manual pages"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/help2man/"
    1.15 @@ -11,28 +11,17 @@
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="perl-locale-gettext"
    1.20  BUILD_DEPENDS="perl gettext texinfo perl-locale-gettext"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure \
    1.27  		--enable-nls \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make && make DESTDIR=$install install
    1.30 -
    1.31 -#	./configure --prefix=/usr --infodir=/usr/share/info \
    1.32 -#	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.33 -#	make &&
    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 $fs/usr
    1.42 -	cp -a $install/usr/lib $fs/usr
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="perl-locale-gettext"
    1.46  }
    1.47