summaryrefslogtreecommitdiffstats
path: root/extra/p5-uri/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:48:49 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:48:49 +0200
commita2cef56b537b85d53646c81abbc5dbeffed83200 (patch)
treee8eff86550825e12d272f59666d926e9a2620d39 /extra/p5-uri/Pkgfile
parent31dfdbcd16958eff153fd9622c0623d5c50eef62 (diff)
downloadnutyx-extra-a2cef56b537b85d53646c81abbc5dbeffed83200.tar.gz
nutyx-extra-a2cef56b537b85d53646c81abbc5dbeffed83200.tar.bz2
nutyx-extra-a2cef56b537b85d53646c81abbc5dbeffed83200.tar.xz
nutyx-extra-a2cef56b537b85d53646c81abbc5dbeffed83200.zip
Ajout de p5-uri#1.35-3
Diffstat (limited to 'extra/p5-uri/Pkgfile')
-rwxr-xr-xextra/p5-uri/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/p5-uri/Pkgfile b/extra/p5-uri/Pkgfile
new file mode 100755
index 000000000..e627e6275
--- /dev/null
+++ b/extra/p5-uri/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Perl Uniform Resource Identifiers Library
+# URL: http://search.cpan.org/~gaas/URI-1.35/URI.pm
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: perl
+
+name=p5-uri
+version=1.35
+release=3
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-$version.tar.gz)
+
+build() {
+cd URI-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name perllocal.pod | xargs rm
+}
+