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/p5-yaml-syck/Pkgfile | |
parent | 4fa9c46e5f2fa82aa600e19c0bd917ac5fe91949 (diff) | |
download | nutyx-extra-dbd6e678279f5ba9852793fc724143f0f7a78a71.tar.gz nutyx-extra-dbd6e678279f5ba9852793fc724143f0f7a78a71.tar.bz2 nutyx-extra-dbd6e678279f5ba9852793fc724143f0f7a78a71.tar.xz nutyx-extra-dbd6e678279f5ba9852793fc724143f0f7a78a71.zip |
Ajout de p5-yaml-syck#1.10-1
Diffstat (limited to 'extra/p5-yaml-syck/Pkgfile')
-rw-r--r-- | extra/p5-yaml-syck/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
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 +} + |