wok diff libcdio-paranoia/receipt @ rev 23067

updated libgpg-error and libgpg-error-dev (1.36 -> 1.37)
author Hans-G?nter Theisgen
date Tue Mar 10 07:04:41 2020 +0100 (2020-03-10)
parents 675e8c74d231
children b569b85b0fb9
line diff
     1.1 --- a/libcdio-paranoia/receipt	Wed Apr 03 15:43:41 2019 +0100
     1.2 +++ b/libcdio-paranoia/receipt	Tue Mar 10 07:04:41 2020 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcdio-paranoia"
     1.7 -VERSION="10.2+0.94+2"
     1.8 +VERSION="10.2.2.0.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Port of xiph.org's cdda paranoia to use libcdio for CDROM access."
    1.11  MAINTAINER="developer@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://github.com/rocky/libcdio-paranoia"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +TARBALL="$PACKAGE-${VERSION%.*.*.*}+${VERSION#*.*.}.tar.gz"
    1.17  WGET_URL="$GNU_MIRROR/libcdio/$TARBALL"
    1.18  
    1.19  DEPENDS="libcdio"
    1.20 @@ -17,9 +17,9 @@
    1.21  compile_rules()
    1.22  {
    1.23  	./configure			\
    1.24 -		--enable-cpp-progs	\
    1.25 +		 --enable-cpp-progs	\
    1.26 +		--disable-example-progs	\
    1.27  		--disable-static	\
    1.28 -		--disable-example-progs	\
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make -j 1 &&
    1.31  	make install
    1.32 @@ -28,5 +28,5 @@
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr/lib
    1.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.37 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.38  }