wok diff help2man/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 71360a13cd94
children d79ed38ace18
line diff
     1.1 --- a/help2man/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/help2man/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="help2man"
     1.7 -VERSION="1.47.12"
     1.8 +VERSION="1.49.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Produces simple manual pages."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,8 +11,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 +DEPENDS="perl"
    1.17  BUILD_DEPENDS="perl"
    1.18 -DEPENDS="perl"
    1.19  
    1.20  # What is the latest version available today?
    1.21  current_version()
    1.22 @@ -30,14 +30,13 @@
    1.23  		--mandir=/usr/share/man		\
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make &&
    1.26 -	make DESTDIR=$DESTDIR install
    1.27 +	make install DESTDIR=$DESTDIR
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr
    1.34 -
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib $fs/usr
    1.37 +	# 1.49.1 not created
    1.38 +#	cp -a $install/usr/lib	$fs/usr
    1.39 +	cook_copy_folders	bin
    1.40  }