wok diff exiv2/receipt @ rev 20247
Up alsa (1.1.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 12:25:00 2018 +0100 (2018-03-12) |
parents | 62b66edb40b5 |
children | 37d9b4cadcbe |
line diff
1.1 --- a/exiv2/receipt Sat Apr 05 21:37:01 2014 +0200 1.2 +++ b/exiv2/receipt Mon Mar 12 12:25:00 2018 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="exiv2" 1.7 -VERSION="0.21" 1.8 +VERSION="0.26" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="Exif and Iptc metadata manipulation library and tools" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +TARBALL="$PACKAGE-$VERSION-trunk.tar.gz" 1.15 WEB_SITE="http://www.exiv2.org/" 1.16 -WGET_URL="$WEB_SITE/$TARBALL" 1.17 +WGET_URL="$WEB_SITE/builds/$TARBALL" 1.18 HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="expat zlib gcc-lib-base" 1.21 @@ -17,7 +17,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure \ 1.27 --prefix=/usr \ 1.28 $CONFIGURE_ARGS &&