diff options
Diffstat (limited to 'iso-codes')
-rw-r--r-- | iso-codes/.footprint.i686 | 21 | ||||
-rw-r--r-- | iso-codes/.footprint.x86_64 | 21 | ||||
-rw-r--r-- | iso-codes/.md5sum.i686 | 1 | ||||
-rw-r--r-- | iso-codes/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | iso-codes/Pkgfile | 20 |
5 files changed, 0 insertions, 64 deletions
diff --git a/iso-codes/.footprint.i686 b/iso-codes/.footprint.i686 deleted file mode 100644 index 11c6996db..000000000 --- a/iso-codes/.footprint.i686 +++ /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/iso-codes/.footprint.x86_64 b/iso-codes/.footprint.x86_64 deleted file mode 100644 index 11c6996db..000000000 --- a/iso-codes/.footprint.x86_64 +++ /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/iso-codes/.md5sum.i686 b/iso-codes/.md5sum.i686 deleted file mode 100644 index d8f83c4e1..000000000 --- a/iso-codes/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -06f0b7aed79ed0f4129b67d1fea9cae3 iso-codes_3.27.1.orig.tar.bz2 diff --git a/iso-codes/.md5sum.x86_64 b/iso-codes/.md5sum.x86_64 deleted file mode 100644 index d8f83c4e1..000000000 --- a/iso-codes/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -06f0b7aed79ed0f4129b67d1fea9cae3 iso-codes_3.27.1.orig.tar.bz2 diff --git a/iso-codes/Pkgfile b/iso-codes/Pkgfile deleted file mode 100755 index 9076bcca4..000000000 --- a/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 -} - |