milis/talimatname/genel/exiv2/talimat

18 lines
350 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Exif and Iptc metadata manipulation library and tools
# URL: http://www.exiv2.org/index.html
2017-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: expat
2016-02-24 01:27:23 +01:00
name=exiv2
version=0.25
release=1
source=(http://www.exiv2.org/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
2017-01-31 01:37:09 +01:00
--disable-static
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}