summaryrefslogtreecommitdiffstats
path: root/extra/p5-html-tagset/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-html-tagset/Pkgfile')
-rwxr-xr-xextra/p5-html-tagset/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/p5-html-tagset/Pkgfile b/extra/p5-html-tagset/Pkgfile
deleted file mode 100755
index 37e9c5dd2..000000000
--- a/extra/p5-html-tagset/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Perl HTML Tagset
-# URL: http://search.cpan.org/~petdance/HTML-Tagset-3.20/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=p5-html-tagset
-version=3.20
-release=1
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-$version.tar.gz)
-
-
-build() {
- cd HTML-Tagset-$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 {} \;
-}