From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- p5-gtk2-ex-utils/.footprint.i686 | 12 ++++++++++++ p5-gtk2-ex-utils/.footprint.x86_64 | 12 ++++++++++++ p5-gtk2-ex-utils/.md5sum.i686 | 1 + p5-gtk2-ex-utils/.md5sum.x86_64 | 1 + p5-gtk2-ex-utils/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 p5-gtk2-ex-utils/.footprint.i686 create mode 100644 p5-gtk2-ex-utils/.footprint.x86_64 create mode 100644 p5-gtk2-ex-utils/.md5sum.i686 create mode 100644 p5-gtk2-ex-utils/.md5sum.x86_64 create mode 100644 p5-gtk2-ex-utils/Pkgfile (limited to 'p5-gtk2-ex-utils') diff --git a/p5-gtk2-ex-utils/.footprint.i686 b/p5-gtk2-ex-utils/.footprint.i686 new file mode 100644 index 000000000..7fd08b371 --- /dev/null +++ b/p5-gtk2-ex-utils/.footprint.i686 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +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 +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/site/ +drwxr-xr-x root/root usr/share/perl5/site/Gtk2/ +drwxr-xr-x root/root usr/share/perl5/site/Gtk2/Ex/ +-r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Constants.pm +-r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Utils.pm diff --git a/p5-gtk2-ex-utils/.footprint.x86_64 b/p5-gtk2-ex-utils/.footprint.x86_64 new file mode 100644 index 000000000..7fd08b371 --- /dev/null +++ b/p5-gtk2-ex-utils/.footprint.x86_64 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +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 +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/site/ +drwxr-xr-x root/root usr/share/perl5/site/Gtk2/ +drwxr-xr-x root/root usr/share/perl5/site/Gtk2/Ex/ +-r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Constants.pm +-r--r--r-- root/root usr/share/perl5/site/Gtk2/Ex/Utils.pm diff --git a/p5-gtk2-ex-utils/.md5sum.i686 b/p5-gtk2-ex-utils/.md5sum.i686 new file mode 100644 index 000000000..70629ceff --- /dev/null +++ b/p5-gtk2-ex-utils/.md5sum.i686 @@ -0,0 +1 @@ +076bb6914470fb077f7028fef0a795f8 Gtk2-Ex-Utils-0.09.tar.gz diff --git a/p5-gtk2-ex-utils/.md5sum.x86_64 b/p5-gtk2-ex-utils/.md5sum.x86_64 new file mode 100644 index 000000000..70629ceff --- /dev/null +++ b/p5-gtk2-ex-utils/.md5sum.x86_64 @@ -0,0 +1 @@ +076bb6914470fb077f7028fef0a795f8 Gtk2-Ex-Utils-0.09.tar.gz diff --git a/p5-gtk2-ex-utils/Pkgfile b/p5-gtk2-ex-utils/Pkgfile new file mode 100644 index 000000000..e1deb4d8f --- /dev/null +++ b/p5-gtk2-ex-utils/Pkgfile @@ -0,0 +1,23 @@ +# Description: Module perl pour GTK +# URL: http://www.gtkperl.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk +# Run on: gtk + +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 ||: +} + -- cgit v1.2.3-54-g00ecf