diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/p5-xml-writer/.footprint | 11 | ||||
-rw-r--r-- | base/p5-xml-writer/.md5sum | 1 | ||||
-rwxr-xr-x | base/p5-xml-writer/Pkgfile | 21 |
3 files changed, 33 insertions, 0 deletions
diff --git a/base/p5-xml-writer/.footprint b/base/p5-xml-writer/.footprint new file mode 100644 index 000000000..232abbb07 --- /dev/null +++ b/base/p5-xml-writer/.footprint @@ -0,0 +1,11 @@ +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/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/XML/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.10.1/XML/Writer.pm +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::Writer.3.gz diff --git a/base/p5-xml-writer/.md5sum b/base/p5-xml-writer/.md5sum new file mode 100644 index 000000000..5fffadce4 --- /dev/null +++ b/base/p5-xml-writer/.md5sum @@ -0,0 +1 @@ +178895f6b011594f425d0a2aef0ee069 XML-Writer-0.606.tar.gz diff --git a/base/p5-xml-writer/Pkgfile b/base/p5-xml-writer/Pkgfile new file mode 100755 index 000000000..90db8c942 --- /dev/null +++ b/base/p5-xml-writer/Pkgfile @@ -0,0 +1,21 @@ +# Description: Parser perl pour XML +# URL: http://www.gtkperl.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=p5-xml-writer +version=0.606 +release=1 +source=(http://www.cpan.org/modules/by-module/XML/XML-Writer-$version.tar.gz) + +build() { + cd XML-Writer-$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 ||: +} |