milis/talimatname/genel/exiv2/talimat
2016-02-24 02:27:23 +02:00

20 lines
371 B
Text

# Description: Exif and Iptc metadata manipulation library and tools
# URL: http://www.exiv2.org/index.html
# Packager: pierre at nutyx dot org
# Depends on: expat
name=exiv2
version=0.25
release=1
source=(http://www.exiv2.org/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}