p5-xml-twig: dropped

This commit is contained in:
Danny Rawlins 2014-08-24 00:12:04 +10:00
parent 2dbaf20d11
commit 60509ef9e0
3 changed files with 0 additions and 53 deletions

View File

@ -1,24 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/xml_grep
-r-xr-xr-x root/root usr/bin/xml_merge
-r-xr-xr-x root/root usr/bin/xml_pp
-r-xr-xr-x root/root usr/bin/xml_spellcheck
-r-xr-xr-x root/root usr/bin/xml_split
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.16/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/XML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.16/XML/Twig.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.16/XML/Twig/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.16/XML/Twig/XPath.pm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/xml_grep.1pm.gz
-r--r--r-- root/root usr/man/man1/xml_merge.1pm.gz
-r--r--r-- root/root usr/man/man1/xml_pp.1pm.gz
-r--r--r-- root/root usr/man/man1/xml_spellcheck.1pm.gz
-r--r--r-- root/root usr/man/man1/xml_split.1pm.gz
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/XML::Twig.3pm.gz

View File

@ -1 +0,0 @@
045fd99782d9240a0e4b85e1ea229ae8 XML-Twig-3.33.tar.gz

View File

@ -1,28 +0,0 @@
# Description: Perl XML-Twig Library.
# URL: http://xmltwig.com/xmltwig/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on:
name=p5-xml-twig
version=3.33
release=1
source=(http://xmltwig.com/xmltwig/XML-Twig-$version.tar.gz)
build() {
cd XML-Twig-$version
yes | perl Makefile.PL PREFIX=$PKG/usr
make
make install
# Remove perlcrap
find $PKG -type f \( \
-name '.packlist' -o \
-name '*.bs' -o \
-name 'autosplit.ix' -o \
-name 'perllocal.pod' \) -delete
# Remove empty directories
find $PKG -depth -empty -delete
}