summaryrefslogtreecommitdiff
path: root/iso-codes/Pkgfile
blob: 0cbc8d27483f64be2316fbb059c747e0c6def9f3 (plain)
    1 # Description: ISO Country/Language/Currency codes
    2 # URL: https://salsa.debian.org/iso-codes-team/iso-codes
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 # Depends on: gettext python3
    5 
    6 name=iso-codes
    7 version=4.12.0
    8 release=1
    9 source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$version/iso-codes-v$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-v$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -r $PKG/usr/share/locale
   17 }

Generated by cgit