From 13885bef6fe9f1bf714d2448bb63163ebf00fd12 Mon Sep 17 00:00:00 2001 From: sibel Date: Sat, 5 Feb 2011 13:23:27 +0100 Subject: p5-yaml-syck, correction deps et deplacement dans base --- base/p5-yaml-syck/.footprint.i686 | 22 ++++++++++++++++++++++ base/p5-yaml-syck/.footprint.x86_64 | 22 ++++++++++++++++++++++ base/p5-yaml-syck/.md5sum.i686 | 1 + base/p5-yaml-syck/.md5sum.x86_64 | 1 + base/p5-yaml-syck/Pkgfile | 24 ++++++++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 base/p5-yaml-syck/.footprint.i686 create mode 100644 base/p5-yaml-syck/.footprint.x86_64 create mode 100644 base/p5-yaml-syck/.md5sum.i686 create mode 100644 base/p5-yaml-syck/.md5sum.x86_64 create mode 100644 base/p5-yaml-syck/Pkgfile (limited to 'base/p5-yaml-syck') diff --git a/base/p5-yaml-syck/.footprint.i686 b/base/p5-yaml-syck/.footprint.i686 new file mode 100644 index 000000000..26086a604 --- /dev/null +++ b/base/p5-yaml-syck/.footprint.i686 @@ -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/base/p5-yaml-syck/.footprint.x86_64 b/base/p5-yaml-syck/.footprint.x86_64 new file mode 100644 index 000000000..26086a604 --- /dev/null +++ b/base/p5-yaml-syck/.footprint.x86_64 @@ -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/base/p5-yaml-syck/.md5sum.i686 b/base/p5-yaml-syck/.md5sum.i686 new file mode 100644 index 000000000..5d41c867d --- /dev/null +++ b/base/p5-yaml-syck/.md5sum.i686 @@ -0,0 +1 @@ +f788529ad4b2c2fd037ccdfd5e7a88ab YAML-Syck-1.17.tar.gz diff --git a/base/p5-yaml-syck/.md5sum.x86_64 b/base/p5-yaml-syck/.md5sum.x86_64 new file mode 100644 index 000000000..5d41c867d --- /dev/null +++ b/base/p5-yaml-syck/.md5sum.x86_64 @@ -0,0 +1 @@ +f788529ad4b2c2fd037ccdfd5e7a88ab YAML-Syck-1.17.tar.gz diff --git a/base/p5-yaml-syck/Pkgfile b/base/p5-yaml-syck/Pkgfile new file mode 100644 index 000000000..5b88a2b38 --- /dev/null +++ b/base/p5-yaml-syck/Pkgfile @@ -0,0 +1,24 @@ +# 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: +# Run on: + +name=p5-yaml-syck +version=1.17 +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-54-g00ecf