From c0b79d96ded91cd047551b21bc72a5996acafff5 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 1 Feb 2011 17:29:01 +0100 Subject: iso-codes, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/iso-codes/.footprint | 21 +++++++++++++++++++++ base/iso-codes/.md5sum | 1 + base/iso-codes/Pkgfile | 20 ++++++++++++++++++++ extra/iso-codes/.footprint | 21 --------------------- extra/iso-codes/.md5sum | 1 - extra/iso-codes/Pkgfile | 22 ---------------------- 6 files changed, 42 insertions(+), 44 deletions(-) create mode 100644 base/iso-codes/.footprint create mode 100644 base/iso-codes/.md5sum create mode 100755 base/iso-codes/Pkgfile delete mode 100644 extra/iso-codes/.footprint delete mode 100644 extra/iso-codes/.md5sum delete mode 100755 extra/iso-codes/Pkgfile diff --git a/base/iso-codes/.footprint b/base/iso-codes/.footprint new file mode 100644 index 000000000..11c6996db --- /dev/null +++ b/base/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/base/iso-codes/.md5sum b/base/iso-codes/.md5sum new file mode 100644 index 000000000..4b8a04617 --- /dev/null +++ b/base/iso-codes/.md5sum @@ -0,0 +1 @@ +1db1466d1ea63fe5fc349b7ba8b189fb iso-codes-3.10.1.tar.bz2 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 +} + diff --git a/extra/iso-codes/.footprint b/extra/iso-codes/.footprint deleted file mode 100644 index 11c6996db..000000000 --- a/extra/iso-codes/.footprint +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 4b8a04617..000000000 --- a/extra/iso-codes/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1db1466d1ea63fe5fc349b7ba8b189fb iso-codes-3.10.1.tar.bz2 diff --git a/extra/iso-codes/Pkgfile b/extra/iso-codes/Pkgfile deleted file mode 100755 index b879f8c29..000000000 --- a/extra/iso-codes/Pkgfile +++ /dev/null @@ -1,22 +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 -# Depends on: lzo -# Run 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 -} - -- cgit v1.2.3-54-g00ecf