From dbd6e678279f5ba9852793fc724143f0f7a78a71 Mon Sep 17 00:00:00 2001 From: sibel Date: Mon, 11 Oct 2010 17:43:07 +0200 Subject: Ajout de p5-yaml-syck#1.10-1 --- extra/p5-yaml-syck/.footprint | 22 ++++++++++++++++++++++ extra/p5-yaml-syck/.md5sum | 1 + extra/p5-yaml-syck/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 extra/p5-yaml-syck/.footprint create mode 100644 extra/p5-yaml-syck/.md5sum create mode 100644 extra/p5-yaml-syck/Pkgfile (limited to 'extra/p5-yaml-syck') diff --git a/extra/p5-yaml-syck/.footprint b/extra/p5-yaml-syck/.footprint new file mode 100644 index 000000000..26086a604 --- /dev/null +++ b/extra/p5-yaml-syck/.footprint @@ -0,0 +1,22 @@ +drwxr-xr-x root/root JSON/ +-r--r--r-- root/root JSON/Syck.pm +-r--r--r-- root/root JSON::Syck.3 +drwxr-xr-x root/root YAML/ +drwxr-xr-x root/root YAML/Dumper/ +-r--r--r-- root/root YAML/Dumper/Syck.pm +drwxr-xr-x root/root YAML/Loader/ +-r--r--r-- root/root YAML/Loader/Syck.pm +-r--r--r-- root/root YAML/Syck.pm +-r--r--r-- root/root YAML::Syck.3 +drwxr-xr-x root/root auto/ +drwxr-xr-x root/root auto/YAML/ +drwxr-xr-x root/root auto/YAML/Syck/ +-rw-r--r-- root/root auto/YAML/Syck/.packlist +-r--r--r-- root/root auto/YAML/Syck/Syck.bs (EMPTY) +-r-xr-xr-x root/root auto/YAML/Syck/Syck.so +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/licenses/ +-rw-r--r-- root/root usr/share/licenses/COPYING +drwxr-xr-x root/root usr/share/perl5/ +drwxr-xr-x root/root usr/share/perl5/base/ diff --git a/extra/p5-yaml-syck/.md5sum b/extra/p5-yaml-syck/.md5sum new file mode 100644 index 000000000..11d2e4d15 --- /dev/null +++ b/extra/p5-yaml-syck/.md5sum @@ -0,0 +1 @@ +893907308ab9ba4302e74aca61c12297 YAML-Syck-1.10.tar.gz diff --git a/extra/p5-yaml-syck/Pkgfile b/extra/p5-yaml-syck/Pkgfile new file mode 100644 index 000000000..ad167f223 --- /dev/null +++ b/extra/p5-yaml-syck/Pkgfile @@ -0,0 +1,23 @@ +# Description: Chargeur rapide et leger de YAML +# URL: http://search.cpan.org/dist/YAML-Syck +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: perl + +name=p5-yaml-syck +version=1.10 +release=1 +source=(http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-$version.tar.gz ) + +build() { + cd YAML-Syck-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + + find $PKG -name perllocal.pod -delete + find $PKG -name packlist -delete + + install -D -m644 COPYING $PKG/usr/share/licenses/${pkgname}/COPYING +} + -- cgit v1.2.3-70-g09d2