contrib/exiv2/Pkgfile

20 lines
420 B
Plaintext
Raw Normal View History

2007-02-14 17:33:31 +01:00
# Description: Exif and Iptc metadata manipulation library and tools.
# URL: http://home.arcor.de/ahuggel/exiv2/index.html
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=exiv2
2014-04-07 10:11:14 +02:00
version=0.24
2013-09-29 11:21:14 +02:00
release=2
2007-02-14 17:33:31 +01:00
source=(http://www.exiv2.org/exiv2-$version.tar.gz)
build() {
cd $name-$version
2012-07-14 07:30:14 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
2013-09-29 11:21:14 +02:00
--disable-nls
2007-02-14 17:33:31 +01:00
make
2012-07-14 07:30:14 +02:00
make DESTDIR=$PKG install
2007-02-14 17:33:31 +01:00
}