mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/g*: update licenses
This commit is contained in:
parent
ee9a5cde29
commit
f28309225f
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gc
|
||||
pkgver=8.2.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="garbage collector for C and C++"
|
||||
url="https://hboehm.info/gc/"
|
||||
arch="all"
|
||||
license="custom:GPL-like"
|
||||
license="custom"
|
||||
makedepends="linux-headers"
|
||||
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc libgc++:libgccpp"
|
||||
source="https://github.com/ivmai/bdwgc/releases/download/v$pkgver/gc-$pkgver.tar.gz
|
||||
@ -30,6 +30,7 @@ check() {
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 README.md "$pkgdir/usr/share/licenses/$pkgname/README.md"
|
||||
}
|
||||
|
||||
libgccpp() {
|
||||
|
@ -10,11 +10,11 @@ pkgver=${_pkgbase}_git$_pkgsnap
|
||||
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
|
||||
|
||||
pkgname="$pkgname$_target"
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
url="https://gcc.gnu.org"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later LGPL-2.1-or-later"
|
||||
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
|
||||
_gccrel=$pkgver-r$pkgrel
|
||||
depends="binutils$_target"
|
||||
makedepends_build="gcc$_cross g++$_cross bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev"
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
pkgname=gd
|
||||
pkgver=2.3.3
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
_pkgreal=lib$pkgname
|
||||
pkgdesc="Library for the dynamic creation of images by programmers"
|
||||
url="https://libgd.github.io/"
|
||||
@ -21,7 +21,7 @@ makedepends="
|
||||
zlib-dev
|
||||
"
|
||||
checkdepends="font-liberation"
|
||||
subpackages="$pkgname-dev $_pkgreal:libs"
|
||||
subpackages="$pkgname-dev $pkgname-doc $_pkgreal:libs"
|
||||
source="https://github.com/$_pkgreal/$_pkgreal/releases/download/gd-$pkgver/$_pkgreal-$pkgver.tar.xz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
@ -62,6 +62,7 @@ check() {
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" make install
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
|
||||
dev() {
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gdb
|
||||
pkgver=12.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="The GNU Debugger"
|
||||
url="https://www.gnu.org/software/gdb/"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later LGPL-3.0-or-later"
|
||||
license="GPL-3.0-or-later AND LGPL-3.0-or-later"
|
||||
makedepends="ncurses-dev expat-dev texinfo readline-dev python3-dev
|
||||
zlib-dev autoconf automake libtool linux-headers perl gmp-dev"
|
||||
options="!check"
|
||||
|
@ -3,11 +3,11 @@
|
||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||
pkgname=gdk-pixbuf
|
||||
pkgver=2.42.10
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="GTK+ image loading library"
|
||||
url="https://wiki.gnome.org/Projects/GdkPixbuf"
|
||||
arch="all"
|
||||
license="LGPL-2.0-or-later"
|
||||
license="LGPL-2.1-or-later"
|
||||
depends="shared-mime-info"
|
||||
makedepends="
|
||||
glib-dev
|
||||
|
@ -3,11 +3,11 @@
|
||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||
pkgname=gdl
|
||||
pkgver=3.40.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Gnome Docking library"
|
||||
url="https://gitlab.gnome.org/GNOME/gdl"
|
||||
arch="all"
|
||||
license="LGPL-2.1-or-later"
|
||||
license="LGPL-2.0-or-later"
|
||||
makedepends="gtk+3.0-dev libxml2-dev intltool"
|
||||
options="!check" # no tests
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
|
@ -2,11 +2,11 @@
|
||||
pkgname=geoip
|
||||
_pkgname="GeoIP"
|
||||
pkgver=1.6.12
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Lookup countries by IP addresses"
|
||||
url="http://www.maxmind.com/app/ip-location"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="LGPL-2.1-or-later"
|
||||
makedepends="zlib-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/maxmind/geoip-api-c/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz"
|
||||
|
@ -41,11 +41,11 @@
|
||||
|
||||
pkgname=git
|
||||
pkgver=2.39.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Distributed version control system"
|
||||
url="https://www.git-scm.com/"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
license="GPL-2.0-only"
|
||||
# we need tcl and tk to be built before git due to git-gui and gitk
|
||||
makedepends="
|
||||
curl-dev
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gnu-efi
|
||||
pkgver=3.0.15
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Development Libraries and headers for EFI"
|
||||
url="https://sourceforge.net/projects/gnu-efi"
|
||||
arch="all !armhf !s390x !ppc64le !mips !mips64"
|
||||
license="BSD-3-Clause"
|
||||
license="BSD-2-Clause"
|
||||
subpackages="$pkgname-dev"
|
||||
depends_dev="$pkgname"
|
||||
source="https://downloads.sourceforge.net/project/gnu-efi/gnu-efi-$pkgver.tar.bz2
|
||||
|
@ -3,12 +3,12 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=goaccess
|
||||
pkgver=1.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Real-time web log analyzer and interactive viewer"
|
||||
options="!check" # no test suite
|
||||
url="https://goaccess.io/"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
license="MIT"
|
||||
makedepends="ncurses-dev geoip-dev glib-dev libmaxminddb-dev"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://tar.goaccess.io/goaccess-$pkgver.tar.gz"
|
||||
|
@ -2,11 +2,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gross
|
||||
pkgver=1.0.2
|
||||
pkgrel=12
|
||||
pkgrel=13
|
||||
pkgdesc="Greylisting of suspicious sources"
|
||||
url="https://code.google.com/p/gross/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
makedepends="c-ares-dev autoconf automake libtool sed"
|
||||
install="$pkgname.pre-install $pkgname.pre-upgrade
|
||||
$pkgname.post-upgrade"
|
||||
|
@ -2,12 +2,12 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gsm
|
||||
pkgver=1.0.22
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_soname=1.0.12
|
||||
pkgdesc="Shared libraries for GSM speech compressor"
|
||||
url="https://www.quut.com/gsm/"
|
||||
arch="all"
|
||||
license="custom:TU-Berlin-2.0"
|
||||
license="TU-Berlin-2.0"
|
||||
makedepends="$depends_dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
|
||||
source="https://www.quut.com/gsm/gsm-$pkgver.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gst-plugins-base
|
||||
pkgver=1.22.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer streaming media framework base plug-ins"
|
||||
url="https://gstreamer.freedesktop.org"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later LGPL-2.0-or-later"
|
||||
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
replaces="gst-plugins-base1 gst-plugins-bad"
|
||||
depends_dev="wayland-dev"
|
||||
|
@ -2,11 +2,11 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gvpe
|
||||
pkgver=3.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="GNU Virtual Private Ethernet"
|
||||
url="http://software.schmorp.de/pkg/gvpe.html"
|
||||
arch="all"
|
||||
license="GPL-2.0"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="openssl-dev>3 libev-dev zlib-dev gmp-dev linux-headers"
|
||||
source="https://ftp.gnu.org/gnu/gvpe/gvpe-$pkgver.tar.gz
|
||||
compile-fix.patch
|
||||
|
Loading…
Reference in New Issue
Block a user