# Maintainer: Natanael Copa pkgname=iso-codes pkgver=3.57 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 $pkgname-dev" 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="ea67bb8f94063816d96c972bd00f7720 iso-codes-3.57.tar.xz" sha256sums="dd6acd92843b69530fce535d3d6fd947ddb3802f0d5fc1bd214d1cb7d2bf5c47 iso-codes-3.57.tar.xz" sha512sums="a58e48be152960d2391123e88b48f1c43e0bf0ac880a8d6a3ec7c8154e67fd40f264063cdf7106da9d261a5fb82f64d67545a17f69ec81141f10d1eb2d897424 iso-codes-3.57.tar.xz"