summaryrefslogtreecommitdiffstats
path: root/base/iso-codes/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:20:36 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:20:36 +0200
commitb01e95777f29f9ba2459e85b092c7b8e5cf80887 (patch)
treee34178533987f5faf4102fc63f619bdc9b403694 /base/iso-codes/Pkgfile
parent8b6198e40270e33aa23ba11350cca0ca94ce7f0a (diff)
downloadnutyx-pakxe-b01e95777f29f9ba2459e85b092c7b8e5cf80887.tar.gz
nutyx-pakxe-b01e95777f29f9ba2459e85b092c7b8e5cf80887.tar.bz2
nutyx-pakxe-b01e95777f29f9ba2459e85b092c7b8e5cf80887.tar.xz
nutyx-pakxe-b01e95777f29f9ba2459e85b092c7b8e5cf80887.zip
iso-codes dans extra
Diffstat (limited to 'base/iso-codes/Pkgfile')
-rwxr-xr-xbase/iso-codes/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/iso-codes/Pkgfile b/base/iso-codes/Pkgfile
deleted file mode 100755
index 9076bcca4..000000000
--- a/base/iso-codes/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Contient une liste de pays, langages et noms de monnaies
-# URL: http://pkg-isocodes.alioth.debian.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=iso-codes
-version=3.27.1
-release=1
-source=(http://ftp.de.debian.org/debian/pool/main/i/iso-codes/${name}_${version}.orig.tar.bz2)
-
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make DESTDIR=$PKG install
-}
-