wok-next diff jpegtran/receipt @ rev 21634

updated exiftool (11.17 -> 12.01)
author Hans-G?nter Theisgen
date Fri Jun 26 10:45:57 2020 +0100 (2020-06-26)
parents 23c3aed67cd9
children
line diff
     1.1 --- a/jpegtran/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/jpegtran/receipt	Fri Jun 26 10:45:57 2020 +0100
     1.3 @@ -1,32 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="jpegtran"
     1.8  VERSION="9a"
     1.9  CATEGORY="graphics"
    1.10 -SHORT_DESC="Convert jpeg files to progressive jpeg files."
    1.11 +SHORT_DESC="Convert jpeg files to progressive jpeg files"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="http://jpegclub.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://jpegclub.org/"
    1.18  WGET_URL="${WEB_SITE}jpegcrop.tar.gz"
    1.19  
    1.20 -DEPENDS=""
    1.21 -BUILD_DEPENDS=""
    1.22 +compile_rules() {
    1.23 +	cd $src/jpeg-9a
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	cd $src/jpeg-9a
    1.29 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.30 +	./configure \
    1.31 +		--prefix=/usr \
    1.32 +		--infodir=/usr/share/info \
    1.33  		--mandir=/usr/share/man \
    1.34 -	$CONFIGURE_ARGS &&
    1.35 +		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37 -	make DESTDIR=$DESTDIR install
    1.38 +	make DESTDIR=$install install
    1.39  }
    1.40  
    1.41 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.42 -genpkg_rules()
    1.43 -{
    1.44 +genpkg_rules() {
    1.45  	mkdir -p $fs/usr/lib
    1.46  	cp -a $install/usr/bin $fs/usr
    1.47  	cp -a $install/usr/lib/*.so* $fs/usr/lib