contrib/exiftool/Pkgfile
2010-09-13 18:41:45 +02:00

21 lines
655 B
Plaintext

# Description: Perl library and a command-line application for manipulating some media files meta information
# URL: http://www.sno.phy.queensu.ca/~phil/exiftool/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on:
name=exiftool
version=8.29
release=1
source=(http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$version.tar.gz)
build() {
cd Image-ExifTool-$version
perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install
rm $PKG/usr/lib/perl5/site_perl/5.10.?/Image/ExifTool/README
find $PKG -name "perllocal.pod" -delete
find $PKG -name ".packlist" -delete
find $PKG -depth -type d -empty -delete
}