summaryrefslogtreecommitdiffstats
path: root/extra/p5-yaml/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:50:59 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:50:59 +0200
commit21a507cae46e3f0fc54ba7b7e4e87fd115fc4a46 (patch)
treefe39f083b6eb4a143b8bf76b802deea6a4b3436b /extra/p5-yaml/Pkgfile
parent2f9b7d445d2a42ffb9dac58fe01c19a5b1647e35 (diff)
downloadnutyx-pakxe-21a507cae46e3f0fc54ba7b7e4e87fd115fc4a46.tar.gz
nutyx-pakxe-21a507cae46e3f0fc54ba7b7e4e87fd115fc4a46.tar.bz2
nutyx-pakxe-21a507cae46e3f0fc54ba7b7e4e87fd115fc4a46.tar.xz
nutyx-pakxe-21a507cae46e3f0fc54ba7b7e4e87fd115fc4a46.zip
Ajout de p5-yaml#0.68-1
Diffstat (limited to 'extra/p5-yaml/Pkgfile')
-rw-r--r--extra/p5-yaml/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/p5-yaml/Pkgfile b/extra/p5-yaml/Pkgfile
new file mode 100644
index 000000000..215cbd834
--- /dev/null
+++ b/extra/p5-yaml/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Implémentation Perl de YAML
+# URL: http://search.cpan.org/dist/YAML/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: perl
+
+name=p5-yaml
+version=0.68
+release=1
+source=(http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-$version.tar.gz)
+
+build() {
+cd YAML-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG \
+ -name perllocal.pod \
+ -o -name .packlist | xargs rm
+ find $PKG -empty | xargs rmdir -p ||:
+}
+