summaryrefslogtreecommitdiffstats
path: root/base/p5-alien/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:06:37 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:06:37 +0100
commit29bdfc9535d91f5f3353f46db41d685edacd04d7 (patch)
tree85417a539f3d81d72fd61d1b0421a2ea646b9633 /base/p5-alien/Pkgfile
parent9c7dcfff9e648b485a12ce8eb63b9e2fd2fdaae1 (diff)
downloadnutyx-extra-29bdfc9535d91f5f3353f46db41d685edacd04d7.tar.gz
nutyx-extra-29bdfc9535d91f5f3353f46db41d685edacd04d7.tar.bz2
nutyx-extra-29bdfc9535d91f5f3353f46db41d685edacd04d7.tar.xz
nutyx-extra-29bdfc9535d91f5f3353f46db41d685edacd04d7.zip
Ajout de p5-alien dans base, remplace alien
Diffstat (limited to 'base/p5-alien/Pkgfile')
-rw-r--r--base/p5-alien/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/p5-alien/Pkgfile b/base/p5-alien/Pkgfile
new file mode 100644
index 000000000..2a321ae23
--- /dev/null
+++ b/base/p5-alien/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Utilitaire pour convertir des fichiers rpm, dpkg, slp et tgz
+# URL: http://www.kitenet.net/programs/alien/
+# Packager:
+# Maintainer: NuTyX core team
+# Depends on:
+
+name=p5-alien
+version=8.78
+release=1
+source=(http://ftp.debian.org/debian/pool/main/a/$name/${name}_${version}.tar.gz)
+
+build () {
+ cd $name
+ perl Makefile.PL
+ make DESTDIR=${PKG} \
+ PREFIX=${PKG}/usr \
+ VARPREFIX=${PKG} \
+ install
+ find ${PKG} -name perllocal.pod -exec rm {} \;
+ chown -R root:root $PKG
+}