opt/iso-codes/Pkgfile

21 lines
501 B
Plaintext
Raw Normal View History

2008-11-26 16:17:12 +01:00
# Description: ISO Country/Language/Currency codes
# 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
2021-03-14 09:51:54 +01:00
version=4.6.0
2008-11-26 16:17:12 +01:00
release=1
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() {
cd $name-$name-$version
2016-02-25 15:00:44 +01:00
./configure --prefix=/usr
2016-02-25 15:00:44 +01:00
make
make DESTDIR=$PKG install
2016-02-25 15:00:44 +01:00
rm -r $PKG/usr/share/locale
2008-11-26 16:17:12 +01:00
}