Cedrick Hannier wrote:

> I propose a patch for the application exiftool.
> 
> ExifTool is a platform-independent Perl library plus a command-line
> application for reading, writing and editing meta information in image,
> audio and video files.
> 
> I need this library to compile hugin soon.


+pkgname=exiftool
+pkgver=7.68
+pkgrel=1
+pkgdesc="CL tool forreading, writing and editing meta information in image, 
audio and video files"
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/index.html";
+depends=('perl')
+groups=('lib-extra')
+archs=('i686')
+_F_archive_name="Image-ExifTool"
+_F_cd_path="$_F_archive_name-$pkgver"
+up2date="lynx -dump http://www.sno.phy.queensu.ca/~phil/exiftool/ | Flasttar"
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/$_F_archive_name-$pkgver.tar.gz)
+sha1sums=('74f7b93cfbcd15f6860349949f4e0c0256bb7532')
+
+build() {
+  Fcd
+  perl Makefile.PL || Fdie
+  Fmake
+  Fmake test
+  Fmakeinstall
+}


Please do a man perl.sh and use _F_perl_* commands for this one.
Also naming is wrong , it should be called perl-image-exiftool also group 
should be devel-extra or apps-extra this isn't a lib is it ?
( however there are defaults when you use Finclude perl )

crazy
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to