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-xml-simple/.footprint.i686 | 22 ++++++++++++++++++++++ p5-xml-simple/.footprint.x86_64 | 22 ++++++++++++++++++++++ p5-xml-simple/.md5sum.i686 | 1 + p5-xml-simple/.md5sum.x86_64 | 1 + p5-xml-simple/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 p5-xml-simple/.footprint.i686 create mode 100644 p5-xml-simple/.footprint.x86_64 create mode 100644 p5-xml-simple/.md5sum.i686 create mode 100644 p5-xml-simple/.md5sum.x86_64 create mode 100644 p5-xml-simple/Pkgfile (limited to 'p5-xml-simple') diff --git a/p5-xml-simple/.footprint.i686 b/p5-xml-simple/.footprint.i686 new file mode 100644 index 000000000..732921676 --- /dev/null +++ b/p5-xml-simple/.footprint.i686 @@ -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.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/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/XML/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/XML/Simple/ +-rw-r--r-- root/root usr/lib/perl5/site/auto/XML/Simple/.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/XML::Simple.3.gz +-r--r--r-- root/root usr/share/man/man3/XML::Simple::FAQ.3.gz +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/base/ +drwxr-xr-x root/root usr/share/perl5/site/ +drwxr-xr-x root/root usr/share/perl5/site/XML/ +-r--r--r-- root/root usr/share/perl5/site/XML/Simple.pm +drwxr-xr-x root/root usr/share/perl5/site/XML/Simple/ +-r--r--r-- root/root usr/share/perl5/site/XML/Simple/FAQ.pod diff --git a/p5-xml-simple/.footprint.x86_64 b/p5-xml-simple/.footprint.x86_64 new file mode 100644 index 000000000..732921676 --- /dev/null +++ b/p5-xml-simple/.footprint.x86_64 @@ -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.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/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/XML/ +drwxr-xr-x root/root usr/lib/perl5/site/auto/XML/Simple/ +-rw-r--r-- root/root usr/lib/perl5/site/auto/XML/Simple/.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/XML::Simple.3.gz +-r--r--r-- root/root usr/share/man/man3/XML::Simple::FAQ.3.gz +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/base/ +drwxr-xr-x root/root usr/share/perl5/site/ +drwxr-xr-x root/root usr/share/perl5/site/XML/ +-r--r--r-- root/root usr/share/perl5/site/XML/Simple.pm +drwxr-xr-x root/root usr/share/perl5/site/XML/Simple/ +-r--r--r-- root/root usr/share/perl5/site/XML/Simple/FAQ.pod diff --git a/p5-xml-simple/.md5sum.i686 b/p5-xml-simple/.md5sum.i686 new file mode 100644 index 000000000..69624cab0 --- /dev/null +++ b/p5-xml-simple/.md5sum.i686 @@ -0,0 +1 @@ +593aa8001e5c301cdcdb4bb3b63abc33 XML-Simple-2.18.tar.gz diff --git a/p5-xml-simple/.md5sum.x86_64 b/p5-xml-simple/.md5sum.x86_64 new file mode 100644 index 000000000..69624cab0 --- /dev/null +++ b/p5-xml-simple/.md5sum.x86_64 @@ -0,0 +1 @@ +593aa8001e5c301cdcdb4bb3b63abc33 XML-Simple-2.18.tar.gz diff --git a/p5-xml-simple/Pkgfile b/p5-xml-simple/Pkgfile new file mode 100644 index 000000000..46b570fbb --- /dev/null +++ b/p5-xml-simple/Pkgfile @@ -0,0 +1,19 @@ +# Description: Easy API to maintain XML +# URL: http://search.cpan.org/~grantm/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=p5-xml-simple +version=2.18 +release=2 +source=(http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-$version.tar.gz) + +build() { + cd XML-Simple-$version + perl Makefile.PL + mkdir -p $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/ + make + make DESTDIR=$PKG install + rm $PKG/usr/share/perl5/base/perllocal.pod + rm -rf $PKG/usr/lib/perl5/5.10.1/i686-linux-thread-multi/perllocal.pod +} -- cgit v1.2.3-54-g00ecf