summaryrefslogtreecommitdiffstats
path: root/p5-yaml-syck/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:52:28 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:52:28 +0200
commiteed2883089d081daa599dff1dad1b97ad2f47fde (patch)
tree6cf75eedcc1db145586a8be463bbc278061bc2a0 /p5-yaml-syck/Pkgfile
parentb885247a35650a18c5034e8b6cfd97e228336841 (diff)
downloadnutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.tar.gz
nutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.tar.bz2
nutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.tar.xz
nutyx-extra-eed2883089d081daa599dff1dad1b97ad2f47fde.zip
Revert "alsa-utils dans base"
This reverts commit dc8f8f39aae15b01ee03d51ddcfcf6c620077505.
Diffstat (limited to 'p5-yaml-syck/Pkgfile')
-rw-r--r--p5-yaml-syck/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/p5-yaml-syck/Pkgfile b/p5-yaml-syck/Pkgfile
new file mode 100644
index 000000000..5bd50a71a
--- /dev/null
+++ b/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=2
+source=(http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-$version.tar.gz )
+
+build() {
+ cd YAML-Syck-$version
+ perl Makefile.PL
+ 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
+}
+