diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:56:07 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:56:07 +0200 |
commit | 46282c358c3e51091768a44491c7f5196dd712ca (patch) | |
tree | 182d6e1b1214d50773700a40394fcfa399dd7ff5 /extra/p5-exiftool/Pkgfile | |
parent | b86d78518e8cc8eebc0d62cf61f4f6166376d2c1 (diff) | |
download | nutyx-extra-46282c358c3e51091768a44491c7f5196dd712ca.tar.gz nutyx-extra-46282c358c3e51091768a44491c7f5196dd712ca.tar.bz2 nutyx-extra-46282c358c3e51091768a44491c7f5196dd712ca.tar.xz nutyx-extra-46282c358c3e51091768a44491c7f5196dd712ca.zip |
p5-exiftool dans extra
Diffstat (limited to 'extra/p5-exiftool/Pkgfile')
-rwxr-xr-x | extra/p5-exiftool/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/p5-exiftool/Pkgfile b/extra/p5-exiftool/Pkgfile new file mode 100755 index 000000000..8fd7f1fac --- /dev/null +++ b/extra/p5-exiftool/Pkgfile @@ -0,0 +1,19 @@ +# Description: Lire, ecrire, editer les meta-informations des photos +# URL: http://www.sno.phy.queensu.ca/~phil/exiftool/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=p5-exiftool +version=8.49 +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 + make DESTDIR=$PKG install + find $PKG -name perllocal.pod | xargs rm + find $PKG -empty | xargs rmdir -p ||: +} + |