2016-02-24 01:27:23 +01:00
|
|
|
# Description: The ISO Codes package contains a list of country, language and currency names
|
|
|
|
# URL: http://pkg-isocodes.alioth.debian.org/
|
2017-01-31 02:35:21 +01:00
|
|
|
# Packager: milisarge
|
|
|
|
# Depends on:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=iso-codes
|
|
|
|
version=3.65
|
|
|
|
release=1
|
|
|
|
source=(http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2017-01-31 02:35:21 +01:00
|
|
|
./configure --prefix=/usr
|
2016-02-24 01:27:23 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2017-01-31 02:35:21 +01:00
|
|
|
}
|