summaryrefslogtreecommitdiffstats
path: root/extra/p5-html-parser/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-html-parser/Pkgfile')
-rw-r--r--extra/p5-html-parser/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/p5-html-parser/Pkgfile b/extra/p5-html-parser/Pkgfile
deleted file mode 100644
index 912f6df09..000000000
--- a/extra/p5-html-parser/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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 {} \;
-}