summaryrefslogtreecommitdiffstats
path: root/extra/iso-codes
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:22:55 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:22:55 +0200
commit3d1175dec7cdd5814925e3f7696e2a78c3cced85 (patch)
tree849e14609ebd389ecd956757e38017b4a4197825 /extra/iso-codes
parent83cb5767e8863e54bcfc34646a55fca7d169d15b (diff)
downloadnutyx-extra-3d1175dec7cdd5814925e3f7696e2a78c3cced85.tar.gz
nutyx-extra-3d1175dec7cdd5814925e3f7696e2a78c3cced85.tar.bz2
nutyx-extra-3d1175dec7cdd5814925e3f7696e2a78c3cced85.tar.xz
nutyx-extra-3d1175dec7cdd5814925e3f7696e2a78c3cced85.zip
Ajout de iso-codes#3.10.1-1
Diffstat (limited to 'extra/iso-codes')
-rw-r--r--extra/iso-codes/.footprint21
-rw-r--r--extra/iso-codes/.md5sum1
-rwxr-xr-xextra/iso-codes/Pkgfile20
3 files changed, 42 insertions, 0 deletions
diff --git a/extra/iso-codes/.footprint b/extra/iso-codes/.footprint
new file mode 100644
index 000000000..11c6996db
--- /dev/null
+++ b/extra/iso-codes/.footprint
@@ -0,0 +1,21 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/iso_15924.mo
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/iso_3166.mo
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/iso_3166_2.mo
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/iso_4217.mo
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/iso_639.mo
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/iso_639_3.mo
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/iso-codes.pc
+drwxr-xr-x root/root usr/share/xml/
+drwxr-xr-x root/root usr/share/xml/iso-codes/
+-rw-r--r-- root/root usr/share/xml/iso-codes/iso_15924.xml
+-rw-r--r-- root/root usr/share/xml/iso-codes/iso_3166.xml
+-rw-r--r-- root/root usr/share/xml/iso-codes/iso_3166_2.xml
+-rw-r--r-- root/root usr/share/xml/iso-codes/iso_4217.xml
+-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639.xml
+-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639_3.xml
diff --git a/extra/iso-codes/.md5sum b/extra/iso-codes/.md5sum
new file mode 100644
index 000000000..4b8a04617
--- /dev/null
+++ b/extra/iso-codes/.md5sum
@@ -0,0 +1 @@
+1db1466d1ea63fe5fc349b7ba8b189fb iso-codes-3.10.1.tar.bz2
diff --git a/extra/iso-codes/Pkgfile b/extra/iso-codes/Pkgfile
new file mode 100755
index 000000000..08ff40585
--- /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
+# Depends on: lzo
+
+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
+}