mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/libmatroska: clarify license, improve abuild
This commit is contained in:
parent
014ff094cd
commit
8384e90abb
@ -3,15 +3,14 @@
|
|||||||
pkgname=libmatroska
|
pkgname=libmatroska
|
||||||
pkgver=1.4.9
|
pkgver=1.4.9
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="a C++ library to parse Matroska files"
|
pkgdesc="Extensible multimedia container format based on EBML"
|
||||||
url="https://www.matroska.org/"
|
url="https://www.matroska.org"
|
||||||
arch="all"
|
arch="all"
|
||||||
options="!check" # Tests don't build; 'make check' target disabled by upstream
|
options="!check" # Tests don't build; 'make check' target disabled by upstream
|
||||||
license="LGPL-2.1+"
|
license="LGPL-2.1-or-later"
|
||||||
makedepends="cmake libebml-dev>=1.3.6"
|
makedepends="cmake libebml-dev>=1.3.6"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="https://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
|
source="https://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
Loading…
Reference in New Issue
Block a user