2008-11-26 16:17:12 +01:00
|
|
|
# Description: ISO Country/Language/Currency codes
|
2019-12-12 11:42:24 +01:00
|
|
|
# URL: https://salsa.debian.org/iso-codes-team/iso-codes
|
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
# Depends on: gettext python3
|
2008-11-26 16:17:12 +01:00
|
|
|
|
|
|
|
name=iso-codes
|
2020-05-31 17:50:26 +10:00
|
|
|
version=4.5.0
|
2008-11-26 16:17:12 +01:00
|
|
|
release=1
|
2019-12-12 11:42:24 +01:00
|
|
|
source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-$version/iso-codes-iso-codes-$version.tar.bz2)
|
2008-11-26 16:17:12 +01:00
|
|
|
|
|
|
|
build() {
|
2019-12-12 11:42:24 +01:00
|
|
|
cd $name-$name-$version
|
2016-02-25 14:00:44 +00:00
|
|
|
|
2019-12-12 11:42:24 +01:00
|
|
|
./configure --prefix=/usr
|
2016-02-25 14:00:44 +00:00
|
|
|
|
2019-12-12 11:42:24 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2016-02-25 14:00:44 +00:00
|
|
|
|
2019-12-12 11:42:24 +01:00
|
|
|
rm -r $PKG/usr/share/locale
|
2008-11-26 16:17:12 +01:00
|
|
|
}
|