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