summaryrefslogtreecommitdiffstats
path: root/p5-exiftool/Pkgfile
blob: 80640dbe7eaa9d3ed7a4fc7c44259f8fe1881b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.99
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 ||:
}