diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:46:26 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:46:26 +0200 |
commit | ea74abda52c1dd380152c616e8f0abdef820bb04 (patch) | |
tree | d69ce1e4667d2bb005da12484afcd20de3f540ba | |
parent | 30199db4c33c0d1a9dd93fb4a5a3cebb61530715 (diff) | |
download | nutyx-pakxe-ea74abda52c1dd380152c616e8f0abdef820bb04.tar.gz nutyx-pakxe-ea74abda52c1dd380152c616e8f0abdef820bb04.tar.bz2 nutyx-pakxe-ea74abda52c1dd380152c616e8f0abdef820bb04.tar.xz nutyx-pakxe-ea74abda52c1dd380152c616e8f0abdef820bb04.zip |
Ajout de p5-gtk2-ex-utils#0.09-1
-rw-r--r-- | extra/p5-gtk2-ex-utils/.footprint | 22 | ||||
-rw-r--r-- | extra/p5-gtk2-ex-utils/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-gtk2-ex-utils/Pkgfile | 21 |
3 files changed, 44 insertions, 0 deletions
diff --git a/extra/p5-gtk2-ex-utils/.footprint b/extra/p5-gtk2-ex-utils/.footprint new file mode 100644 index 000000000..186e1379a --- /dev/null +++ b/extra/p5-gtk2-ex-utils/.footprint @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.10.0/ +drwxr-xr-x root/root usr/lib/perl5/5.10.0/i686-linux/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/Gtk2/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/Gtk2/Ex/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/Gtk2/Ex/Constants.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.0/Gtk2/Ex/Utils.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/Gtk2/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/Gtk2/Ex/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/Gtk2/Ex/Utils/ +-rw-r--r-- root/root usr/lib/perl5/site_perl/5.10.0/i686-linux/auto/Gtk2/Ex/Utils/.packlist +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Gtk2::Ex::Constants.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Ex::Utils.3.gz diff --git a/extra/p5-gtk2-ex-utils/.md5sum b/extra/p5-gtk2-ex-utils/.md5sum new file mode 100644 index 000000000..70629ceff --- /dev/null +++ b/extra/p5-gtk2-ex-utils/.md5sum @@ -0,0 +1 @@ +076bb6914470fb077f7028fef0a795f8 Gtk2-Ex-Utils-0.09.tar.gz diff --git a/extra/p5-gtk2-ex-utils/Pkgfile b/extra/p5-gtk2-ex-utils/Pkgfile new file mode 100644 index 000000000..609265a4c --- /dev/null +++ b/extra/p5-gtk2-ex-utils/Pkgfile @@ -0,0 +1,21 @@ +# Description: Module perl pour GTK +# URL: http://www.gtkperl.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: perl + +name=p5-gtk2-ex-utils +version=0.09 +release=1 +source=(http://www.cpan.org/modules/by-module/Gtk2/Gtk2-Ex-Utils-$version.tar.gz) + +build() { + cd Gtk2-Ex-Utils-$version + perl Makefile.PL + make + make DESTDIR=$PKG install + find $PKG \ + -name perllocal.pod \ + -o -name .packlist | xargs rm + find $PKG -empty | xargs rmdir -p ||: +} |