contrib/exiv2/Pkgfile
2012-07-14 14:30:14 +09:00

21 lines
441 B
Plaintext

# 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
version=0.23
release=1
source=(http://www.exiv2.org/exiv2-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--disable-static
make
make DESTDIR=$PKG install
}