summaryrefslogtreecommitdiffstats
path: root/base/iso-codes/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-01 17:29:01 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-01 17:29:01 +0100
commitc0b79d96ded91cd047551b21bc72a5996acafff5 (patch)
tree307d89746880c878afe78bd76576c03e6c0e855d /base/iso-codes/Pkgfile
parentd1bbb7d073525094c5e745485f9cd91ea69c81cb (diff)
downloadnutyx-extra-c0b79d96ded91cd047551b21bc72a5996acafff5.tar.gz
nutyx-extra-c0b79d96ded91cd047551b21bc72a5996acafff5.tar.bz2
nutyx-extra-c0b79d96ded91cd047551b21bc72a5996acafff5.tar.xz
nutyx-extra-c0b79d96ded91cd047551b21bc72a5996acafff5.zip
iso-codes, déplacé dans base
Diffstat (limited to 'base/iso-codes/Pkgfile')
-rwxr-xr-xbase/iso-codes/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/iso-codes/Pkgfile b/base/iso-codes/Pkgfile
new file mode 100755
index 000000000..99ea3ad57
--- /dev/null
+++ b/base/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.10.1
+release=1
+source=(ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+