wok rev 22972

updated jpegtran (9a -> 9d)
author Hans-G?nter Theisgen
date Sat Feb 29 14:50:44 2020 +0100 (2020-02-29)
parents 6377db28b7bf
children 64d013f1415a
files jpegtran/receipt
line diff
     1.1 --- a/jpegtran/receipt	Sat Feb 29 14:38:10 2020 +0100
     1.2 +++ b/jpegtran/receipt	Sat Feb 29 14:50:44 2020 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="jpegtran"
     1.7 -VERSION="9a"
     1.8 +VERSION="9d"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Convert jpeg files to progressive jpeg files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="http://jpegclub.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://jpegclub.org/"
    1.17 -WGET_URL="${WEB_SITE}jpegcrop.tar.gz"
    1.18 +WGET_URL="${WEB_SITE}jpegcrop.tar.gz"	# no version here!
    1.19  
    1.20  DEPENDS=""
    1.21  BUILD_DEPENDS=""
    1.22 @@ -17,9 +18,11 @@
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src/jpeg*
    1.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -		--mandir=/usr/share/man \
    1.28 -	$CONFIGURE_ARGS &&
    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 &&
    1.35  	make DESTDIR=$DESTDIR install
    1.36  }
    1.37 @@ -28,6 +31,7 @@
    1.38  genpkg_rules()
    1.39  {
    1.40  	mkdir -p $fs/usr/lib
    1.41 -	cp -a $install/usr/bin $fs/usr
    1.42 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.43 +
    1.44 +	cp -a $install/usr/bin		$fs/usr
    1.45 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.46  }