main/l[v-z]*: update licenses

This commit is contained in:
Leon Marz 2023-04-23 12:02:01 +02:00 committed by alice
parent 0039f52878
commit 2d56c56c67
4 changed files with 8 additions and 8 deletions

View File

@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lvm2
pkgver=2.03.21
pkgrel=1
pkgrel=2
pkgdesc="Logical Volume Manager 2 utilities"
url="https://sourceware.org/lvm2/"
arch="all"
options="!check" # Test tries to use real /dev/mapper/control.
license="GPL-2.0-only LGPL-2.1-only"
license="GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause"
# lvm2 will dlopen libs so we need to add explicit depend
depends="lvm2-libs=$pkgver-r$pkgrel"
depends_dev="linux-headers"

View File

@ -2,11 +2,11 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=lxc-templates-legacy
pkgver=3.0.3
pkgrel=3
pkgrel=4
pkgdesc="Legacy LXC container templates"
url="https://linuxcontainers.org"
arch="noarch"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
depends="bash tar"
subpackages="$pkgname-alpine"
source="https://linuxcontainers.org/downloads/lxc/lxc-templates-$pkgver.tar.gz

View File

@ -4,11 +4,11 @@
pkgname=lxc
pkgver=5.0.2
_pkgver=${pkgver/_rc/.rc}
pkgrel=1
pkgrel=2
pkgdesc="Userspace interface for the Linux kernel containment features"
url="https://linuxcontainers.org/lxc/"
arch="all"
license="GPL-2.0-only"
license="LGPL-2.1-or-later"
makedepends="
docbook2x
libapparmor-dev

View File

@ -2,11 +2,11 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=lz4
pkgver=1.9.4
pkgrel=2
pkgrel=3
pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core."
url="https://github.com/lz4/lz4"
arch="all"
license="BSD-2-Clause GPL-2.0-only"
license="BSD-2-Clause AND GPL-2.0-only"
checkdepends="diffutils"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests"
source="$pkgname-$pkgver.tar.gz::https://github.com/lz4/lz4/archive/v$pkgver.tar.gz"