1
0
forked from ports/contrib
contrib/exiv2/Pkgfile

19 lines
380 B
Plaintext
Raw Normal View History

2007-02-14 12:33:31 -04:00
# Description: Exif and Iptc metadata manipulation library and tools.
2017-02-01 17:03:59 +09:00
# URL: http://www.exiv2.org/
2007-02-14 12:33:31 -04:00
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
2017-02-01 17:03:59 +09:00
# Depends on: expat
2007-02-14 12:33:31 -04:00
name=exiv2
2017-02-01 17:03:59 +09:00
version=0.25
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 \
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
}