# Maintainer: Natanael Copa pkgname=iso-codes pkgver=3.49 pkgrel=0 pkgdesc="Lists of the country, language, and currency names" url="http://pkg-isocodes.alioth.debian.org/" arch="noarch" license="LGPL2+" depends="" subpackages="$pkgname-lang" makedepends="python gettext" source="http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install || return 1 } md5sums="a0708a81f42c538f4670e3bf3d343dd8 iso-codes-3.49.tar.xz" sha256sums="04e0f4a930496bf5bb83a391956692de10105919cb7a9c57eefddc63482cd3e7 iso-codes-3.49.tar.xz" sha512sums="f611dda1abbd9c97bf7c2d51c8ae4737dd98a6825f985fa23c840079641d12c66c144203fa6436cae20136638f8eba80b86a406059ce0dab2d0187f44849b593 iso-codes-3.49.tar.xz"