diff options
author | sibel <lesibel at free dot fr> | 2010-10-11 17:43:07 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-10-11 17:43:07 +0200 |
commit | dbd6e678279f5ba9852793fc724143f0f7a78a71 (patch) | |
tree | ca6be7e0b9f89762c4e0758bdf25dd17505089fa /extra | |
parent | 4fa9c46e5f2fa82aa600e19c0bd917ac5fe91949 (diff) | |
download | nutyx-pakxe-dbd6e678279f5ba9852793fc724143f0f7a78a71.tar.gz nutyx-pakxe-dbd6e678279f5ba9852793fc724143f0f7a78a71.tar.bz2 nutyx-pakxe-dbd6e678279f5ba9852793fc724143f0f7a78a71.tar.xz nutyx-pakxe-dbd6e678279f5ba9852793fc724143f0f7a78a71.zip |
Ajout de p5-yaml-syck#1.10-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/p5-yaml-syck/.footprint | 22 | ||||
-rw-r--r-- | extra/p5-yaml-syck/.md5sum | 1 | ||||
-rw-r--r-- | extra/p5-yaml-syck/Pkgfile | 23 |
3 files changed, 46 insertions, 0 deletions
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 +} + |