summaryrefslogtreecommitdiffstats
path: root/base/p5-alien/Pkgfile
diff options
context:
space:
mode:
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
+}