iso-codes: initial commit, version 4.7.0

This commit is contained in:
Tim Biermann 2021-09-19 23:09:08 +02:00
parent 1255d63ee4
commit 84f811c837
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 59 additions and 0 deletions

37
iso-codes/.footprint Normal file
View File

@ -0,0 +1,37 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/iso-codes/
drwxr-xr-x root/root usr/share/iso-codes/json/
-rw-r--r-- root/root usr/share/iso-codes/json/iso_15924.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_3166-1.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_3166-2.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_3166-3.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_4217.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_639-2.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_639-3.json
-rw-r--r-- root/root usr/share/iso-codes/json/iso_639-5.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-15924.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-3166-1.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-3166-2.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-3166-3.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-4217.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-639-2.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-639-3.json
-rw-r--r-- root/root usr/share/iso-codes/json/schema-639-5.json
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-1.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_3166-3.xml (EMPTY)
lrwxrwxrwx root/root usr/share/xml/iso-codes/iso_3166.xml -> iso_3166-1.xml
lrwxrwxrwx root/root usr/share/xml/iso-codes/iso_3166_2.xml -> 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-2.xml
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639-3.xml
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639-5.xml
lrwxrwxrwx root/root usr/share/xml/iso-codes/iso_639.xml -> iso_639-2.xml
lrwxrwxrwx root/root usr/share/xml/iso-codes/iso_639_3.xml -> iso_639-3.xml
lrwxrwxrwx root/root usr/share/xml/iso-codes/iso_639_5.xml -> iso_639-5.xml

5
iso-codes/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38WCbNawBi0dnyqfKYvuKua7K9qPBy9eXRZGVTR2mJg/xP95QIzLnm0l57s0Jz83y9Bub1tjukzvrB33AbCCyQU=
SHA256 (Pkgfile) = a46b30755c8fb77c0b8fa07509f317dcab9152c42826612e0fae8e70db0c1de9
SHA256 (.footprint) = 0a1d30b6bec0054f5efc0b751d6aa72c7f71bfff948cba60450195323b1e0f0b
SHA256 (iso-codes-iso-codes-4.7.0.tar.bz2) = c3cbf41fe85fccbd2a82e7cd416b3af7271adab93de37dbe494a3092e1066a5b

17
iso-codes/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: lists of the country, language, and currency names
# URL: https://salsa.debian.org/iso-codes-team/iso-codes
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=iso-codes
version=4.7.0
release=1
source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-$version/iso-codes-iso-codes-$version.tar.bz2)
build() {
cd $name-$name-$version
autoreconf -fi
./configure --prefix=/usr
make
make DESTDIR=$PKG pkgconfigdir=/usr/lib/pkgconfig install
}