summaryrefslogtreecommitdiffstats
path: root/base/p5-uri/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-26 14:50:02 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-26 14:50:02 +0100
commitee425f2ced887d3c8d7d818bdb38c25296cccc54 (patch)
tree51657a6ea7e6deaee8ee6b14df8ebc4c07940c69 /base/p5-uri/Pkgfile
parentf29ee8db77b35f8fbc664de11b48cc406374474d (diff)
downloadnutyx-pakxe-ee425f2ced887d3c8d7d818bdb38c25296cccc54.tar.gz
nutyx-pakxe-ee425f2ced887d3c8d7d818bdb38c25296cccc54.tar.bz2
nutyx-pakxe-ee425f2ced887d3c8d7d818bdb38c25296cccc54.tar.xz
nutyx-pakxe-ee425f2ced887d3c8d7d818bdb38c25296cccc54.zip
p5-uri, déplacé dans base
Diffstat (limited to 'base/p5-uri/Pkgfile')
-rwxr-xr-xbase/p5-uri/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/p5-uri/Pkgfile b/base/p5-uri/Pkgfile
new file mode 100755
index 000000000..01d20757f
--- /dev/null
+++ b/base/p5-uri/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Librairie pour les identificateurs de ressources uniforme de Perl
+# URL: http://search.cpan.org/~gaas/URI-1.35/URI.pm
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=p5-uri
+version=1.40
+release=1
+source=(ftp://ftp.demon.co.uk/pub/CPAN/modules/by-module/URI/URI-$version.tar.gz)
+
+build() {
+cd URI-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name perllocal.pod | xargs rm
+}
+