wok diff fakeroot/receipt @ rev 24585

updated gammu and gammu-dev (1.41.0 -> 1.42.0)
author Hans-G?nter Theisgen
date Mon Feb 28 07:46:13 2022 +0100 (2022-02-28)
parents b78e79c31b1f
children 00e3b45c063b
line diff
     1.1 --- a/fakeroot/receipt	Fri Feb 11 11:14:46 2022 +0000
     1.2 +++ b/fakeroot/receipt	Mon Feb 28 07:46:13 2022 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fakeroot"
     1.7 -VERSION="1.24"
     1.8 +VERSION="1.27"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://packages.debian.org/fakeroot"
    1.14 +WEB_SITE="https://wiki.debian.org/FakeRoot/"
    1.15  
    1.16  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
    1.17 -WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="https://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="libcap-dev"
    1.21  
    1.22 @@ -29,15 +29,13 @@
    1.23  		--mandir=/usr/share/man		\
    1.24  		--disable-static		\
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make -j 1 &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make &&
    1.29 +	make install DESTDIR=$DESTDIR
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	mkdir -p $fs/usr/lib
    1.36 -
    1.37 -	cp -a $install/usr/bin		$fs/usr
    1.38 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.39 +	cook_copy_folders	bin
    1.40 +	cook_copy_files		*.so*
    1.41  }