main/m*: update licenses

This commit is contained in:
Leon Marz 2023-04-23 12:13:14 +02:00 committed by alice
parent 2d56c56c67
commit c9ccd9cb45
8 changed files with 16 additions and 16 deletions
main
mailcap
makedepend
mandoc
mesa
mg
mosquitto
mt-st
musl-obstack

View file

@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mailcap
pkgver=2.1.53
pkgrel=0
pkgrel=1
pkgdesc="Helper application and MIME type associations for file types"
url="https://pagure.io/mailcap"
arch="noarch"
license="Public-Domain and MIT"
license="Public Domain"
options="!check" # no testsuite
subpackages="$pkgname-doc"
source="https://releases.pagure.org/mailcap/mailcap-$pkgver.tar.xz"

View file

@ -2,11 +2,11 @@
# Maintainer:
pkgname=makedepend
pkgver=1.0.8
pkgrel=1
pkgrel=2
pkgdesc="utility for making makefile dependencies"
url="http://www.freedesktop.org/"
arch="all"
license="MIT"
license="MIT-open-group"
makedepends="xorgproto util-macros"
subpackages="$pkgname-doc"
source="https://www.x.org/releases/individual/util/makedepend-$pkgver.tar.xz"

View file

@ -3,11 +3,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mandoc
pkgver=1.14.6
pkgrel=7
pkgrel=8
pkgdesc="mandoc (formerly mdocml) UNIX manpage compiler toolset"
url="https://mandoc.bsd.lv/"
arch="all"
license="ISC and BSD-2-Clause and BSD-3-Clause"
license="ISC"
makedepends="zlib-dev"
checkdepends="perl"
install="$pkgname-apropos.post-deinstall"

View file

@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=23.0.3
pkgrel=0
pkgrel=1
pkgdesc="Mesa DRI OpenGL library"
url="https://www.mesa3d.org"
arch="all"
license="MIT SGI-B-2.0 BSL-1.0"
license="MIT AND SGI-B-2.0 AND BSL-1.0"
subpackages="
$pkgname-dbg
$pkgname-dev

View file

@ -2,11 +2,11 @@
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=mg
pkgver=20230406
pkgrel=1
pkgrel=2
pkgdesc="microscopic EMACS style editor"
url="https://github.com/hboetes/mg"
arch="all"
license="Public-Domain"
license="Public Domain"
makedepends="ncurses-dev libbsd-dev bsd-compat-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz"

View file

@ -2,11 +2,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mosquitto
pkgver=2.0.15
pkgrel=2
pkgrel=3
pkgdesc="open source MQTT broker"
url="https://mosquitto.org/"
arch="all"
license="EPL-1.0"
license="EPL-1.0 OR EPL-2.0"
replaces="mosquitto-utils"
install="$pkgname.pre-install"
options="!check" # FIXME: some of the tests are flaky

View file

@ -1,11 +1,11 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=mt-st
pkgver=1.4
pkgrel=2
pkgrel=3
pkgdesc="Linux SCSI tape driver aware magnetic tape control"
url="https://github.com/iustin/mt-st"
arch="all"
license="GPL-2.0-or-later"
license="GPL-2.0-only"
makedepends="linux-headers"
subpackages="$pkgname-doc $pkgname-bash-completion"
source="$pkgname-$pkgver.tar.gz::https://github.com/iustin/mt-st/archive/v$pkgver.tar.gz"

View file

@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=musl-obstack
pkgver=1.2.3
pkgrel=1
pkgrel=2
pkgdesc="Standalone library to implement GNU libc's obstack"
url="https://github.com/void-linux/musl-obstack"
arch="all"
license="LGPL-2.1-or-later"
license="GPL-2.0-or-later"
options="!check" # no test suite
makedepends="automake autoconf libtool"
subpackages="$pkgname-dev"