iso-codes: new port

This commit is contained in:
Jose V Beneyto 2008-11-26 16:17:12 +01:00
parent 69a8aa100d
commit abe150d06b
3 changed files with 34 additions and 0 deletions

15
iso-codes/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
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_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

1
iso-codes/.md5sum Normal file
View File

@ -0,0 +1 @@
e0445c4cf79b81f119c00688f3f416b6 iso-codes-1.0.tar.bz2

18
iso-codes/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: ISO Country/Language/Currency codes
# URL: http://pkg-isocodes.alioth.debian.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: gettext, pyxml
name=iso-codes
version=1.0
release=1
source=(http://crux.nu/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}