summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/iso-codes/Pkgfile
parent8b6198e40270e33aa23ba11350cca0ca94ce7f0a (diff)
downloadnutyx-extra-b01e95777f29f9ba2459e85b092c7b8e5cf80887.tar.gz
nutyx-extra-b01e95777f29f9ba2459e85b092c7b8e5cf80887.tar.bz2
nutyx-extra-b01e95777f29f9ba2459e85b092c7b8e5cf80887.tar.xz
nutyx-extra-b01e95777f29f9ba2459e85b092c7b8e5cf80887.zip
iso-codes dans extra
Diffstat (limited to 'extra/iso-codes/Pkgfile')
-rwxr-xr-xextra/iso-codes/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/iso-codes/Pkgfile b/extra/iso-codes/Pkgfile
new file mode 100755
index 000000000..9076bcca4
--- /dev/null
+++ b/extra/iso-codes/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+}
+