diff --git a/iso-codes/.footprint b/iso-codes/.footprint index 63d6a055a..dceabdb89 100644 --- a/iso-codes/.footprint +++ b/iso-codes/.footprint @@ -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 diff --git a/iso-codes/.md5sum b/iso-codes/.md5sum index 577e23444..f038223fc 100644 --- a/iso-codes/.md5sum +++ b/iso-codes/.md5sum @@ -1 +1 @@ -e0445c4cf79b81f119c00688f3f416b6 iso-codes-1.0.tar.bz2 +890a08d4f962748e0a0758a8aa471896 iso-codes-3.65.tar.xz diff --git a/iso-codes/Pkgfile b/iso-codes/Pkgfile index 37ea4b675..20852eb6c 100644 --- a/iso-codes/Pkgfile +++ b/iso-codes/Pkgfile @@ -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 }