wok-current rev 20203
Up exiv2 (0.26)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 15 11:57:02 2018 +0100 (2018-02-15) |
parents | 4180b0323fce |
children | 447759e5c3aa |
files | exiv2-dev/receipt exiv2/receipt |
line diff
1.1 --- a/exiv2-dev/receipt Mon Feb 12 17:48:27 2018 +0100 1.2 +++ b/exiv2-dev/receipt Thu Feb 15 11:57:02 2018 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="exiv2-dev" 1.7 -VERSION="0.21" 1.8 +VERSION="0.26" 1.9 CATEGORY="development" 1.10 SHORT_DESC="exiv2 devel files" 1.11 MAINTAINER="jozee@slitaz.org"
2.1 --- a/exiv2/receipt Mon Feb 12 17:48:27 2018 +0100 2.2 +++ b/exiv2/receipt Thu Feb 15 11:57:02 2018 +0100 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="exiv2" 2.7 -VERSION="0.21" 2.8 +VERSION="0.26" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="Exif and Iptc metadata manipulation library and tools" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +TARBALL="$PACKAGE-$VERSION-trunk.tar.gz" 2.15 WEB_SITE="http://www.exiv2.org/" 2.16 -WGET_URL="$WEB_SITE/$TARBALL" 2.17 +WGET_URL="$WEB_SITE/builds/$TARBALL" 2.18 HOST_ARCH="i486 arm" 2.19 2.20 DEPENDS="expat zlib gcc-lib-base" 2.21 @@ -17,7 +17,6 @@ 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 - cd $src 2.26 ./configure \ 2.27 --prefix=/usr \ 2.28 $CONFIGURE_ARGS &&