2007-02-14 12:33:31 -04: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 17:11:14 +09:00
|
|
|
version=0.24
|
2013-09-29 18:21:14 +09:00
|
|
|
release=2
|
2007-02-14 12:33:31 -04:00
|
|
|
source=(http://www.exiv2.org/exiv2-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-07-14 14:30:14 +09:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--mandir=/usr/man \
|
2013-09-29 18:21:14 +09:00
|
|
|
--disable-nls
|
2007-02-14 12:33:31 -04:00
|
|
|
make
|
2012-07-14 14:30:14 +09:00
|
|
|
make DESTDIR=$PKG install
|
2007-02-14 12:33:31 -04:00
|
|
|
}
|