From 90e631a789c9ab8c386c7d18daf004a5c9313d9a Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 19:25:44 +0100 Subject: p5-html-parser, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/p5-html-parser/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 base/p5-html-parser/Pkgfile (limited to 'base/p5-html-parser/Pkgfile') diff --git a/base/p5-html-parser/Pkgfile b/base/p5-html-parser/Pkgfile new file mode 100644 index 000000000..912f6df09 --- /dev/null +++ b/base/p5-html-parser/Pkgfile @@ -0,0 +1,26 @@ +# Description: Perl extension parse and extract info from html +# URL: http://search.cpan.org/~gaas/HTML-Parser-3.64/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=p5-html-parser +version=3.64 +release=1 +source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-$version.tar.gz) + + +build() { + cd HTML-Parser-$version + perl Makefile.PL + make + make install DESTDIR=$PKG + # Remove perlcrap + find $PKG \ + -name .packlist -or \ + -name '*.bs' -or \ + -name autosplit.ix -or \ + -name perllocal.pod | xargs rm + # Remove empty directories + find $PKG -depth -empty -exec rm -rf {} \; +} -- cgit v1.2.3-54-g00ecf