This is a new patch for the integration of exiftool. The version will be 7.67 because the 7.68 is not yet in CPAN.
Crazy thank you for bringing to my attention the rules on the compilation with Perl Gabriel C a écrit : > 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
>From 4f4130b2a85ffa43df3487289ce2fb644bb7eb7f Mon Sep 17 00:00:00 2001 From: Cedynamix <[email protected]> Date: Mon, 16 Feb 2009 22:55:01 +0100 Subject: [PATCH] perl-image-exiftool-7.67-1-i686 * new package --- source/lib-extra/perl-image-exiftool/FrugalBuild | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 source/lib-extra/perl-image-exiftool/FrugalBuild diff --git a/source/lib-extra/perl-image-exiftool/FrugalBuild b/source/lib-extra/perl-image-exiftool/FrugalBuild new file mode 100644 index 0000000..c775042 --- /dev/null +++ b/source/lib-extra/perl-image-exiftool/FrugalBuild @@ -0,0 +1,14 @@ +# Compiling time: 0.04 SBU +# Maintainer: +# Contributor: Cedrick Hannier alias Cedynamix <[email protected]> + +_F_perl_name=Image-ExifTool +_F_perl_author="E/EX/EXIFTOOL" +pkgver=7.67 +pkgrel=1 +pkgdesc="Read and write meta information in images" +depends=('perl') +groups=('lib-extra') +archs=('i686') +Finclude perl +sha1sums=('94917af840824cb3b6f673341c47d47d802655ea') -- 1.6.1.3
begin:vcard fn;quoted-printable:C=C3=A9drick Hannier n;quoted-printable:Hannier;C=C3=A9drick email;internet:[email protected] tel;home:0241741932 tel;cell:0623151534 version:2.1 end:vcard
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
