contrib/exiftool/Pkgfile
2009-07-27 14:13:17 +03: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=7.86
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
}