opt/iso-codes/Pkgfile
2016-02-25 15:00:58 +01:00

22 lines
526 B
Plaintext

# Description: ISO Country/Language/Currency codes
# URL: http://pkg-isocodes.alioth.debian.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: gettext python
name=iso-codes
version=3.65
release=1
source=(http://pkg-isocodes.alioth.debian.org/downloads/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}