mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/iso-codes: upgrade to 3.79
This commit is contained in:
parent
ea1e48b8cb
commit
1ffbf1b0ea
@ -1,29 +1,27 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=iso-codes
|
||||
pkgver=3.75
|
||||
pkgrel=1
|
||||
pkgdesc="Lists of the country, language, and currency names"
|
||||
url="http://pkg-isocodes.alioth.debian.org/"
|
||||
pkgver=3.79
|
||||
pkgrel=0
|
||||
pkgdesc="ISO codes and their translations"
|
||||
url="http://pkg-isocodes.alioth.debian.org"
|
||||
arch="noarch"
|
||||
license="LGPL-2.0-or-later"
|
||||
license="LGPL-2.1-or-later"
|
||||
depends=""
|
||||
subpackages="$pkgname-lang $pkgname-dev"
|
||||
makedepends="python3 gettext"
|
||||
source="http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
source="http://http.debian.net/debian/pool/main/i/$pkgname/${pkgname}_${pkgver}.orig.tar.xz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--build=$CBUILD \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
make -C "$builddir" check
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -31,4 +29,4 @@ package() {
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user