libraries/exiv2: Updated for version 0.17.1

This commit is contained in:
Frank Caraballo 2010-05-11 22:23:37 +02:00 committed by David Somero
parent e6f0d2e370
commit 402a979baa
2 changed files with 7 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=exiv2
VERSION=0.16
VERSION=0.17.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -39,6 +39,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
rm -rf $PKG

View File

@ -1,8 +1,8 @@
PRGNAM="exiv2"
VERSION="0.16"
VERSION="0.17.1"
HOMEPAGE="http://www.exiv2.org/"
DOWNLOAD="http://www.exiv2.org/exiv2-0.16.tar.gz"
MD5SUM="a6e72343885d990c593bd013c6c988f1"
DOWNLOAD="http://www.exiv2.org/exiv2-0.17.1.tar.gz"
MD5SUM="52a602f4f0d9e89b7084ac795b7547ac"
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo{at}gmail{dot}com"
APPROVED="David Somero"
APPROVED="David Somero"