From a837f976d45ab0e7b8ddd150702dbf8962aa28dd Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 18 Dec 2009 19:08:55 +0100 Subject: p5-yaml, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/p5-yaml/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 base/p5-yaml/Pkgfile (limited to 'base/p5-yaml/Pkgfile') diff --git a/base/p5-yaml/Pkgfile b/base/p5-yaml/Pkgfile new file mode 100644 index 000000000..737940948 --- /dev/null +++ b/base/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: + +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 ||: +} + -- cgit v1.2.3-70-g09d2