wok diff lziprecover/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents f8a963794d31
children 1e09c4c56491
line diff
     1.1 --- a/lziprecover/receipt	Thu Sep 16 13:07:33 2021 +0000
     1.2 +++ b/lziprecover/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lziprecover"
     1.7 -VERSION="1.22"
     1.8 +VERSION="1.23"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="LZIP files recovery tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="https://www.nongnu.org/lzip/lziprecover.html"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://download.savannah.gnu.org/releases/lzip/lziprecover/$TARBALL"
    1.17 +WGET_URL="https://download.savannah.gnu.org/releases/lzip/lziprecover/$TARBALL"
    1.18  
    1.19  DEPENDS="gcc-lib-base"
    1.20  
    1.21 @@ -30,13 +30,12 @@
    1.22  	./configure		\
    1.23  		--prefix=/usr	\
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make -j 1 &&
    1.26 -	make DESTDIR=$DESTDIR install
    1.27 +	make &&
    1.28 +	make install DESTDIR=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 +	cook_copy_folders	bin
    1.37  }