summaryrefslogtreecommitdiffstats
path: root/base/p5-alien/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:55:15 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:55:15 +0200
commit229482132c0b303506362ce7983282f7a6302bbf (patch)
tree808b563e1e0eb334bfacd95016a9d90d3d2917d7 /base/p5-alien/Pkgfile
parent55ba39a6f02a7405b0dac1149ea4347def4dc7db (diff)
downloadnutyx-extra-229482132c0b303506362ce7983282f7a6302bbf.tar.gz
nutyx-extra-229482132c0b303506362ce7983282f7a6302bbf.tar.bz2
nutyx-extra-229482132c0b303506362ce7983282f7a6302bbf.tar.xz
nutyx-extra-229482132c0b303506362ce7983282f7a6302bbf.zip
p5-alien dans extra
Diffstat (limited to 'base/p5-alien/Pkgfile')
-rw-r--r--base/p5-alien/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/base/p5-alien/Pkgfile b/base/p5-alien/Pkgfile
deleted file mode 100644
index aa12982b9..000000000
--- a/base/p5-alien/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.85
-release=1
-source=(http://ftp.debian.org/debian/pool/main/a/alien/alien_${version}.tar.gz)
-
-build () {
- cd alien
- perl Makefile.PL
- make DESTDIR=${PKG} \
- PREFIX=${PKG}/usr \
- VARPREFIX=${PKG} \
- install
- find ${PKG} -name perllocal.pod -exec rm {} \;
- chown -R root:root $PKG
-}