summaryrefslogtreecommitdiffstats
path: root/base/p5-yaml-syck/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:58:15 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:58:15 +0200
commit455b6589d763f1163b85946dfa7dedf5bca74635 (patch)
treeaa5c8118db14e70202f5cb9c3a097869d7b0d908 /base/p5-yaml-syck/Pkgfile
parent6cac112e4221f287985edfe826f494c592b456b4 (diff)
downloadnutyx-pakxe-455b6589d763f1163b85946dfa7dedf5bca74635.tar.gz
nutyx-pakxe-455b6589d763f1163b85946dfa7dedf5bca74635.tar.bz2
nutyx-pakxe-455b6589d763f1163b85946dfa7dedf5bca74635.tar.xz
nutyx-pakxe-455b6589d763f1163b85946dfa7dedf5bca74635.zip
p5-xml-yaml-syck dans extra
Diffstat (limited to 'base/p5-yaml-syck/Pkgfile')
-rw-r--r--base/p5-yaml-syck/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/base/p5-yaml-syck/Pkgfile b/base/p5-yaml-syck/Pkgfile
deleted file mode 100644
index 5bd50a71a..000000000
--- a/base/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
-}
-