diff options
author | lesibel <lesibel@free.fr> | 2009-11-02 15:18:46 +0100 |
---|---|---|
committer | lesibel <lesibel@free.fr> | 2009-11-02 15:18:46 +0100 |
commit | d0961273a128698fdfdbeb1e2fe2265d5000844b (patch) | |
tree | af8bb8f413ee56c7a0160a416b019e10646f6b74 | |
parent | 6afbb11982841cb7da09cf739358e8f2be775fa5 (diff) | |
download | nutyx-pakxe-d0961273a128698fdfdbeb1e2fe2265d5000844b.tar.gz nutyx-pakxe-d0961273a128698fdfdbeb1e2fe2265d5000844b.tar.bz2 nutyx-pakxe-d0961273a128698fdfdbeb1e2fe2265d5000844b.tar.xz nutyx-pakxe-d0961273a128698fdfdbeb1e2fe2265d5000844b.zip |
Ajout de p5-gtk2-sexy#0.05-1
-rw-r--r-- | extra/p5-gtk2-sexy/.footprint | 29 | ||||
-rw-r--r-- | extra/p5-gtk2-sexy/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-gtk2-sexy/Pkgfile | 21 |
3 files changed, 51 insertions, 0 deletions
diff --git a/extra/p5-gtk2-sexy/.footprint b/extra/p5-gtk2-sexy/.footprint new file mode 100644 index 000000000..a5075f380 --- /dev/null +++ b/extra/p5-gtk2-sexy/.footprint @@ -0,0 +1,29 @@ +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.1/ +drwxr-xr-x root/root usr/lib/perl5/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/Files.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/sexy-autogen.h +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/Gtk2/Sexy/Install/sexy.typemap +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/Sexy/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/Sexy/Sexy.bs (EMPTY) +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.10.1/i686-linux-thread-multi/auto/Gtk2/Sexy/Sexy.so +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::Sexy::IconEntry.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::SpellEntry.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::Tooltip.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::TreeView.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::UrlLabel.3.gz +-r--r--r-- root/root usr/share/man/man3/Gtk2::Sexy::index.3.gz diff --git a/extra/p5-gtk2-sexy/.md5sum b/extra/p5-gtk2-sexy/.md5sum new file mode 100644 index 000000000..2445f2b94 --- /dev/null +++ b/extra/p5-gtk2-sexy/.md5sum @@ -0,0 +1 @@ +3e291808250d7b956ba8443013a1b461 Gtk2-Sexy-0.05.tar.gz diff --git a/extra/p5-gtk2-sexy/Pkgfile b/extra/p5-gtk2-sexy/Pkgfile new file mode 100644 index 000000000..812a12e9d --- /dev/null +++ b/extra/p5-gtk2-sexy/Pkgfile @@ -0,0 +1,21 @@ +# Description: Interface Perl autorisant p5-gtk2-sexy +# URL: http://search.cpan.org/dist/Gtk2-sexy/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: gtk2, libsexy + +name=p5-gtk2-sexy +version=0.05 +release=1 +source=(http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Sexy-$version.tar.gz) + +build() { + cd Gtk2-Sexy-$version +# PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + perl Makefile.PL + make + make DESTDIR=$PKG install + find $PKG -name '*.pod' -delete + find $PKG -name '.packlist' -delete +} + |