summaryrefslogtreecommitdiffstats
path: root/extra/p5-exiftool/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:56:07 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:56:07 +0200
commit46282c358c3e51091768a44491c7f5196dd712ca (patch)
tree182d6e1b1214d50773700a40394fcfa399dd7ff5 /extra/p5-exiftool/Pkgfile
parentb86d78518e8cc8eebc0d62cf61f4f6166376d2c1 (diff)
downloadnutyx-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-xextra/p5-exiftool/Pkgfile19
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 ||:
+}
+