diff options
Diffstat (limited to 'extra/p5-xml-writer')
-rw-r--r-- | extra/p5-xml-writer/.footprint.i686 | 9 | ||||
-rw-r--r-- | extra/p5-xml-writer/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | extra/p5-xml-writer/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/p5-xml-writer/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/p5-xml-writer/Pkgfile | 21 |
5 files changed, 0 insertions, 41 deletions
diff --git a/extra/p5-xml-writer/.footprint.i686 b/extra/p5-xml-writer/.footprint.i686 deleted file mode 100644 index bb1724d9d..000000000 --- a/extra/p5-xml-writer/.footprint.i686 +++ /dev/null @@ -1,9 +0,0 @@ -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/XML::Writer.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/XML/ --r--r--r-- root/root usr/share/perl5/site/XML/Writer.pm diff --git a/extra/p5-xml-writer/.footprint.x86_64 b/extra/p5-xml-writer/.footprint.x86_64 deleted file mode 100644 index bb1724d9d..000000000 --- a/extra/p5-xml-writer/.footprint.x86_64 +++ /dev/null @@ -1,9 +0,0 @@ -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/XML::Writer.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/XML/ --r--r--r-- root/root usr/share/perl5/site/XML/Writer.pm diff --git a/extra/p5-xml-writer/.md5sum.i686 b/extra/p5-xml-writer/.md5sum.i686 deleted file mode 100644 index 5fffadce4..000000000 --- a/extra/p5-xml-writer/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -178895f6b011594f425d0a2aef0ee069 XML-Writer-0.606.tar.gz diff --git a/extra/p5-xml-writer/.md5sum.x86_64 b/extra/p5-xml-writer/.md5sum.x86_64 deleted file mode 100644 index 5fffadce4..000000000 --- a/extra/p5-xml-writer/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -178895f6b011594f425d0a2aef0ee069 XML-Writer-0.606.tar.gz diff --git a/extra/p5-xml-writer/Pkgfile b/extra/p5-xml-writer/Pkgfile deleted file mode 100755 index 90db8c942..000000000 --- a/extra/p5-xml-writer/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 ||: -} |