# Description: Lists of the country, language, and currency names # URL: https://salsa.debian.org/iso-codes-team/iso-codes # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: python name=iso-codes version=4.18.0 release=1 source=(https://salsa.debian.org/${name}-team/${name}/-/archive/v${version}/${name}-v${version}.tar.gz) build() { cd $name-v$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }