iso-codes: updated to 3.65

This commit is contained in:
Jose V Beneyto 2016-02-25 14:00:44 +00:00
parent 0ce82e6597
commit 20ba3ebdeb
3 changed files with 8 additions and 6 deletions

View File

@ -3,13 +3,12 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/iso-codes.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/iso-codes/
-rw-r--r-- root/root usr/share/iso-codes/iso_3166.tab
-rw-r--r-- root/root usr/share/iso-codes/iso_639.tab
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
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639_5.xml

View File

@ -1 +1 @@
e0445c4cf79b81f119c00688f3f416b6 iso-codes-1.0.tar.bz2
890a08d4f962748e0a0758a8aa471896 iso-codes-3.65.tar.xz

View File

@ -5,14 +5,17 @@
# Depends on: gettext python
name=iso-codes
version=1.0
version=3.65
release=1
source=(http://crux.nu/files/$name-$version.tar.bz2)
source=(http://pkg-isocodes.alioth.debian.org/downloads/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}