main/iso-codes: upgrade to 3.79

This commit is contained in:
prspkt 2018-03-15 10:34:04 +00:00 committed by Sören Tempel
parent ea1e48b8cb
commit 1ffbf1b0ea

View File

@ -1,29 +1,27 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iso-codes pkgname=iso-codes
pkgver=3.75 pkgver=3.79
pkgrel=1 pkgrel=0
pkgdesc="Lists of the country, language, and currency names" pkgdesc="ISO codes and their translations"
url="http://pkg-isocodes.alioth.debian.org/" url="http://pkg-isocodes.alioth.debian.org"
arch="noarch" arch="noarch"
license="LGPL-2.0-or-later" license="LGPL-2.1-or-later"
depends="" depends=""
subpackages="$pkgname-lang $pkgname-dev" subpackages="$pkgname-lang $pkgname-dev"
makedepends="python3 gettext" makedepends="python3 gettext"
source="http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz" source="http://http.debian.net/debian/pool/main/i/$pkgname/${pkgname}_${pkgver}.orig.tar.xz"
builddir="$srcdir"/$pkgname-$pkgver builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
cd "$builddir" cd "$builddir"
./configure \ ./configure \
--build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
--build=$CBUILD \
--prefix=/usr --prefix=/usr
make make
} }
check() { check() {
cd "$builddir" make -C "$builddir" check
make check
} }
package() { package() {
@ -31,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
} }
sha512sums="157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e iso-codes-3.75.tar.xz" sha512sums="286d4f328142cdc7ace409d2aaa811e3732df49d78b1875ce71f76f1bb683ce0c4d3f9d2bba752bf6cd25ee8f4c53bdc84568e2eaf85f49650452df19800b345 iso-codes_3.79.orig.tar.xz"