contrib/exiftool/Pkgfile
2010-12-19 20:10:05 +02:00

21 lines
653 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.42
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.??/Image/ExifTool/README
find $PKG -name "perllocal.pod" -delete
find $PKG -name ".packlist" -delete
find $PKG -depth -type d -empty -delete
}