2008-11-26 16:17:12 +01:00
|
|
|
# Description: ISO Country/Language/Currency codes
|
2021-11-04 19:59:13 +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
|
2024-01-16 21:16:58 +01:00
|
|
|
version=4.16.0
|
2008-11-26 16:17:12 +01:00
|
|
|
release=1
|
2021-11-07 13:42:33 +01:00
|
|
|
source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$version/iso-codes-v$version.tar.gz)
|
2008-11-26 16:17:12 +01:00
|
|
|
|
|
|
|
build() {
|
2021-11-07 13:42:33 +01:00
|
|
|
cd $name-v$version
|
2019-12-12 11:42:24 +01:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -r $PKG/usr/share/locale
|
2008-11-26 16:17:12 +01:00
|
|
|
}
|