mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-14 10:12:28 +02:00
34 lines
852 B
Plaintext
34 lines
852 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=iso-codes
|
|
pkgver=4.16.0
|
|
pkgrel=0
|
|
pkgdesc="ISO codes and their translations"
|
|
url="https://salsa.debian.org/iso-codes-team/iso-codes"
|
|
arch="noarch"
|
|
license="LGPL-2.1-or-later"
|
|
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
|
makedepends="python3 gettext"
|
|
subpackages="$pkgname-lang $pkgname-dev"
|
|
source="https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$pkgver/iso-codes-v$pkgver.tar.bz2"
|
|
builddir="$srcdir/iso-codes-v$pkgver"
|
|
|
|
build() {
|
|
./configure \
|
|
--host=$CHOST \
|
|
--build=$CBUILD \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
|
|
}
|
|
|
|
sha512sums="
|
|
9d8b9243f13886809f0bbbde47a568f00e14c82ce8f0c79fdf656cdfbd45afa67aca23d501fa79a982d535b97bb32c6ad3d3e44343c13aae61c4917144690cb5 iso-codes-v4.16.0.tar.bz2
|
|
"
|