milis/talimatname/genel/p/perl-image-exiftool/talimat
2018-07-31 06:55:25 +00:00

22 lines
490 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Ham dosyalardaki exif bilgilerini oluşturur ve yeniden yazar
# URL: http://search.cpan.org/~exiftool/Image-ExifTool/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=perl-image-exiftool
surum=9.90
devir=1
kaynak=(http://www.cpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-$surum.tar.gz)
derle() {
cd Image-ExifTool-$surum
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name '*.pod' \
-o -name '.packlist' | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}