opt/iso-codes/Pkgfile

18 lines
465 B
Plaintext
Raw Normal View History

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
2023-03-02 10:41:46 +01:00
version=4.13.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
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
2008-11-26 16:17:12 +01:00
}