summaryrefslogtreecommitdiffstats
path: root/p5-yaml-syck/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-04-03 21:12:21 +0200
committertnut <tnut at nutyx dot com>2012-04-03 21:12:21 +0200
commitdc8f8f39aae15b01ee03d51ddcfcf6c620077505 (patch)
tree075e3c6979327e6a523bab379df12e1f4341d931 /p5-yaml-syck/Pkgfile
parent421f7f96c325f20c8c70b2c1a9ea6b8137b56a2b (diff)
downloadnutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.tar.gz
nutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.tar.bz2
nutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.tar.xz
nutyx-extra-dc8f8f39aae15b01ee03d51ddcfcf6c620077505.zip
alsa-utils dans base
Diffstat (limited to 'p5-yaml-syck/Pkgfile')
-rw-r--r--p5-yaml-syck/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/p5-yaml-syck/Pkgfile b/p5-yaml-syck/Pkgfile
deleted file mode 100644
index 5bd50a71a..000000000
--- a/p5-yaml-syck/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}
-