summaryrefslogtreecommitdiffstats
path: root/p5-libwww/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'p5-libwww/Pkgfile')
-rw-r--r--p5-libwww/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/p5-libwww/Pkgfile b/p5-libwww/Pkgfile
new file mode 100644
index 000000000..27250883f
--- /dev/null
+++ b/p5-libwww/Pkgfile
@@ -0,0 +1,26 @@
+# 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
+}
+