aboutsummaryrefslogtreecommitdiffstats
path: root/main/libmatroska
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-20 22:40:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-23 19:11:36 +0000
commit8384e90abb5eaaeea30a82e3c71c2f767ed8af51 (patch)
treeee53553908d9a77179f39afdb720a9db57e92683 /main/libmatroska
parent014ff094cd56514438dcfe226cbab99156f350d5 (diff)
downloadaports-8384e90abb5eaaeea30a82e3c71c2f767ed8af51.tar.bz2
aports-8384e90abb5eaaeea30a82e3c71c2f767ed8af51.tar.xz
main/libmatroska: clarify license, improve abuild
Diffstat (limited to 'main/libmatroska')
-rw-r--r--main/libmatroska/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD
index 5032380579..a966a23558 100644
--- a/main/libmatroska/APKBUILD
+++ b/main/libmatroska/APKBUILD
@@ -3,15 +3,14 @@
pkgname=libmatroska
pkgver=1.4.9
pkgrel=0
-pkgdesc="a C++ library to parse Matroska files"
-url="https://www.matroska.org/"
+pkgdesc="Extensible multimedia container format based on EBML"
+url="https://www.matroska.org"
arch="all"
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"
subpackages="$pkgname-dev"
source="https://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"