summaryrefslogtreecommitdiffstats
path: root/extra/p5-libwww/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-libwww/Pkgfile')
-rw-r--r--extra/p5-libwww/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/p5-libwww/Pkgfile b/extra/p5-libwww/Pkgfile
deleted file mode 100644
index 27250883f..000000000
--- a/extra/p5-libwww/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Librairie perl pour accéder WWW
-# URL: http://search.cpan.org/~rse/lcwa-1.0.0/lib/lwp/lib/LWP.pm
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: p5-crypt-ssleay
-# Run on: p5-crypt-ssleay
-
-name=p5-libwww
-version=5.837
-release=1
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-$version.tar.gz)
-build() {
- cd libwww-*
- perl Makefile.PL -n
- make
- make install DESTDIR=$PKG
- # Remove perlcrap
- find $PKG \
- -name .packlist -or \
- -name '*.bs' -or \
- -name autosplit.ix -or \
- -name perllocal.pod -delete
- # Remove empty directories
- find $PKG -depth -empty -delete
-}
-