summaryrefslogtreecommitdiffstats
path: root/p5-libwww/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:55:25 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:55:25 +0200
commitaefab5b99ac3e20aa33e86876c77ccbb2e6ef210 (patch)
treec92b64ae59a81043f4477757fdaf6afe4a9ce093 /p5-libwww/Pkgfile
parent9d5d1fb70e043d6f7737c954309b20e583e202d5 (diff)
downloadnutyx-pakxe-aefab5b99ac3e20aa33e86876c77ccbb2e6ef210.tar.gz
nutyx-pakxe-aefab5b99ac3e20aa33e86876c77ccbb2e6ef210.tar.bz2
nutyx-pakxe-aefab5b99ac3e20aa33e86876c77ccbb2e6ef210.tar.xz
nutyx-pakxe-aefab5b99ac3e20aa33e86876c77ccbb2e6ef210.zip
Revert "ajout des modules perl p5-*"
This reverts commit 2445b41b383e72b297bd8b2ae11b9e7d8e1fb012.
Diffstat (limited to 'p5-libwww/Pkgfile')
-rw-r--r--p5-libwww/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/p5-libwww/Pkgfile b/p5-libwww/Pkgfile
deleted file mode 100644
index 27250883f..000000000
--- a/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
-}
-