wok diff jpegtran/receipt @ rev 24056
Up zstd (1.5.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 08 09:29:15 2021 +0000 (2021-06-08) |
parents | 1a1ef232e14d |
children | ad8b9ff412d2 |
line diff
1.1 --- a/jpegtran/receipt Wed Dec 12 18:23:31 2018 +0100 1.2 +++ b/jpegtran/receipt Tue Jun 08 09:29:15 2021 +0000 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 }