wok rev 21034

updated help2man (1.40.12 -> 1.47.8)
author Hans-G?nter Theisgen
date Mon Mar 11 13:26:42 2019 +0100 (2019-03-11)
parents 3d46aeb535ab
children abb2032e8aeb
files help2man/receipt
line diff
     1.1 --- a/help2man/receipt	Mon Mar 11 13:14:36 2019 +0100
     1.2 +++ b/help2man/receipt	Mon Mar 11 13:26:42 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="help2man"
     1.7 -VERSION="1.40.12"
     1.8 +VERSION="1.47.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Produces simple manual pages."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.gnu.org/software/$PACKAGE"
    1.15 +WEB_SITE="https://www.gnu.org/software/$PACKAGE"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="perl"
    1.21 @@ -16,10 +17,12 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 -	make &&
    1.29 +	./configure				\
    1.30 +		--prefix=/usr			\
    1.31 +		--infodir=/usr/share/info	\
    1.32 +		--mandir=/usr/share/man		\
    1.33 +		$CONFIGURE_ARGS &&
    1.34 +	make -j 1 &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38 @@ -27,7 +30,7 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr
    1.42 +
    1.43  	cp -a $install/usr/bin $fs/usr
    1.44  	cp -a $install/usr/lib $fs/usr
    1.45  }
    1.46 -