milis/talimatname/genel/exiv2/talimat

21 lines
371 B
Plaintext

# 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
}