[various]: unify names of licenses according to SPDX

This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
This commit is contained in:
Jakub Jirutka 2017-12-30 19:04:30 +01:00
parent 5bca7d4880
commit 63f5e7d295
1530 changed files with 1533 additions and 1533 deletions

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="TCP proxy for non-IPv6 applications"
url="http://toxygen.net/6tunnel"
arch="all"
license="GPL2"
license="GPL-2.0"
makedepends="automake autoconf"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wojtekka/$pkgname/archive/$pkgver.tar.gz

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="Language and environment for statistical computing"
url="https://www.r-project.org"
arch="all !s390x"
license="GPL-2 GPL-3 LGPL-2.1"
license="GPL-2.0 GPL-3 LGPL-2.1"
depends="$pkgname-mathlib"
depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev
pcre-dev>=8.10 readline-dev xz-dev zlib-dev bzip2-dev curl-dev>=7.28

View File

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A fully-featured word processor"
url="http://www.abisource.com"
arch="all"
license="GPL2+"
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev libgsf-dev enchant-dev fribidi-dev wv-dev
popt-dev libjpeg-turbo-dev librsvg-dev bzip2-dev goffice-dev pcre-dev
libxslt-dev"

View File

@ -6,7 +6,7 @@ _ver=${pkgver/_pre/pre}
pkgrel=3
pkgdesc="Text-based addressbook designed for use with Mutt"
url="http://abook.sourceforge.net"
license="GPL2"
license="GPL-2.0"
arch="all"
makedepends="ncurses-dev readline-dev automake autoconf gettext-dev"
subpackages="$pkgname-doc $pkgname-lang"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A password dictionary attack tool"
url="https://labs.portcullis.co.uk/tools/acccheck/"
arch="noarch"
license="GPLv2"
license="GPL-2.0"
depends="perl"
depends_dev=""
makedepends="$depends_dev"

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A web-based system administration interface for vlc"
url="https://git.alpinelinux.org/cgit/acf/acf-vlc-daemon"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="acf-core vlc-daemon"
depends_dev=""
makedepends="$depends_dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="American fuzzy lop - a fuzzer relying on genetic algorithms instead brute force"
url="http://lcamtuf.coredump.cx/afl/"
arch="all"
license="ASL 2.0"
license="Apache-2.0"
depends="clang llvm"
makedepends="clang-dev llvm-dev"
subpackages="$pkgname-doc"

View File

@ -6,7 +6,7 @@ pkgrel=8
pkgdesc="A client for the Apple Filing Protocol (AFP)"
url="http://alexthepuffin.googlepages.com/"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
depends_dev="libgcrypt-dev libedit-dev ncurses-dev"
makedepends="$depends_dev autoconf automake libtool linux-headers"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="ANSI color to HTML converter"
url="http://anonscm.debian.org/gitweb/?p=collab-maint/aha.git;a=summary"
arch="all"
license="MPL 1.1"
license="MPL-1.1"
depends=""
depends_dev=""
makedepends=""

View File

@ -7,7 +7,7 @@ pkgrel=5
pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
url="http://www.aircrack-ng.org"
arch="all"
license="GPL2"
license="GPL-2.0"
depends="ethtool wireless-tools iw sqlite grep pciutils"
makedepends="coreutils libressl-dev sqlite-dev libnl-dev linux-headers pcre-dev
bsd-compat-headers zlib-dev"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="A clean minimalistic theme for Xfce, GTK 2 and 3"
url="http://shimmerproject.org/project/albatross/"
arch="noarch"
license="GPLv2 or CC-BY-SA"
license="GPL-2.0 or CC-BY-SA"
makedepends="$depends_dev"
subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4"
source="albatross-$pkgver.tar.gz::https://github.com/shimmerproject/Albatross/archive/v$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
url="http://joeyh.name/code/alien"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="perl"
depends_dev=""
makedepends="$depends_dev"

View File

@ -6,7 +6,7 @@ pkgrel=4
pkgdesc="Secure anycast tunneling protocol implementation for flexible and fault-tolerant VPNs"
url="http://www.anytun.org"
arch="all"
license="GPL3"
license="GPL-3.0"
depends=""
depends_dev="libressl-dev boost-dev linux-headers"
makedepends="$depends_dev"

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="A java-based build tool."
url="http://ant.apache.org/"
arch="noarch"
license="ASL-2.0"
license="Apache-2.0"
depends="openjdk8-jre-base"
makedepends=""
source="http://archive.apache.org/dist/ant/binaries/$pkgname-$pkgver-bin.tar.bz2"

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="ARandR provides a simple visual front end for XRandR"
url="http://christian.amsuess.com/tools/arandr/"
arch="noarch"
license="GPL3"
license="GPL-3.0"
depends="py-gtk xrandr"
makedepends="py2-docutils gettext"
subpackages="$pkgname-doc $pkgname-lang"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="FUSE based filesystem for mounting compressed archives"
url="http://www.cybernoia.de/software/archivemount/"
arch="all"
license="LGPLv2+"
license="LGPL-2.0-or-later"
depends=""
depends_dev=""
makedepends="$depends_dev fuse-dev libarchive-dev"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="An ARP ping utility"
url="http://www.habets.pp.se/synscan/programs.php?prog=arping"
arch="all"
license="GPL2+"
license="GPL-2.0-or-later"
depends="!iputils"
makedepends="libnet-dev libpcap-dev"
checkdepends="subunit-dev check-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A Command line recorder for asciinema.org service"
url="https://github.com/asciinema/asciinema/"
arch="all"
license="GPLv3"
license="GPL-3.0"
depends="ncurses"
makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A cross-platform C++ library for network programming"
url="https://think-async.com"
arch="all"
license="Boost"
license="BSL-1.0"
depends=""
depends_dev="boost-dev libressl-dev"
makedepends="$depends_dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Package dependency solver"
url="http://potassco.sourceforge.net/"
arch="all"
license="LGPL3"
license="LGPL-3.0"
depends="boost gringo clasp"
makedepends="boost-dev cmake re2c"
install=""

View File

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="GSM modem dongle channel driver"
url="https://github.com/oleg-krv/asterisk-chan-dongle/"
arch="all"
license="GPL2"
license="GPL-2.0"
depends="asterisk"
depends_dev=""
makedepends="$depends_dev asterisk-dev automake autoconf"

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc."
url="http://www.atheme.net/iris.html"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="py-twisted py-simplejson py-openssl py-zope-interface"
depends_dev=""
makedepends="$depends_dev python2-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A document viewer for MATE"
url="https://github.com/mate-desktop/atril"
arch="all"
license="GPLv2"
license="GPL-2.0"
depends="mate-icon-theme abiword-plugin-epub"
# make check is broken: https://github.com/mate-desktop/atril/issues/167
options="!check"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Freedesktop OCS binding for Qt"
url="http://www.kde.org/"
arch="all"
license="LGPL2+"
license="LGPL-2.0-or-later"
makedepends="qt-dev cmake automoc4"
subpackages="$pkgname-dev"
source="http://download.kde.org/stable/attica/attica-$pkgver.tar.bz2"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Multitrack audio editor"
url="http://audacity.sourceforge.net"
arch="all"
license="GPL2"
license="GPL-2.0"
makedepends="$depends_dev
alsa-lib-dev
bash

View File

@ -4,7 +4,7 @@ pkgver=2.13
pkgrel=0
pkgdesc="A GNU tool for automatically configuring source code"
arch="noarch"
license="GPL2"
license="GPL-2.0"
url="https://www.gnu.org/software/autoconf"
depends="m4 perl"
source="ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A python command and library to 'wake on lan' a remote host"
url="https://github.com/cyraxjoe/awake"
arch="noarch"
license="GPL3"
license="GPL-3.0"
depends="py3-awake"
makedepends="python3-dev"
subpackages="py3-$pkgname:py3 $pkgname-doc"

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="lua-configurable window manager framework"
url="http://awesome.naquadah.org/"
arch="all"
license="GPL2+"
license="GPL-2.0-or-later"
depends="imagemagick lua5.1-lgi cairo-gobject pango"
makedepends="lua lua5.1 lua5.1-dev libxcb-dev pango-dev cairo-dev cmake gperf glib-dev
imlib2-dev libxdg-basedir-dev libev-dev startup-notification-dev

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Dynamic, any to any, pixel format conversion library"
url="http://gegl.org/babl/"
arch="all"
license="LGPL3+"
license="LGPL-3.0-or-later"
subpackages="$pkgname-dev"
source="http://ftp.gimp.org/pub/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"

View File

@ -6,7 +6,7 @@ pkgrel=4
pkgdesc="A banner grabbing tool"
url="https://sourceforge.net/projects/bannergrab"
arch="all"
license="GPL3+"
license="GPL-3.0-or-later"
makedepends="libressl-dev"
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz"

View File

@ -9,7 +9,7 @@ pkgdesc="Bareos Web User Interface"
url="http://www.bareos.org/en/bareos-webui.html"
arch="noarch"
options="!check"
license=" AGPL-3.0"
license="AGPL-3.0"
depends="$_php-bz2 $_php-ctype $_php-curl $_php-dom $_php-fileinfo $_php-gettext $_php-gd
$_php-iconv $_php-intl $_php-json $_php-mbstring $_php-openssl $_php-session
$_php-simplexml $_php-xml $_php-xmlreader $_php-xmlwriter $_php-zip

View File

@ -8,7 +8,7 @@ pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
url="http://www.bareos.org"
arch="all"
options="!check"
license="AGPL3"
license="AGPL-3.0"
depends="perl"
makedepends="file libtool libintl libpcap-dev lzo-dev \
sqlite-dev postgresql-dev gnutls-dev mariadb-dev acl-dev \

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Backend processor for BibLaTeX"
url="https://github.com/plk/biber"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="perl perl-module-build perl-config-autoconf
perl-extutils-libbuilder perl-test-differences perl-file-which
perl-class-accessor perl-data-compare perl-data-dump perl-data-uniqid

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
url="https://github.com/WebAssembly/binaryen"
arch="all !s390x"
license="ASL-2.0"
license="Apache-2.0"
makedepends="cmake"
checkdepends="nodejs python2"
subpackages="$pkgname-dev"

View File

@ -7,7 +7,7 @@ pkgdesc="Tools necessary to build programs for AVR targets"
url="https://www.gnu.org/software/binutils/"
makedepends="gettext libtool autoconf automake"
arch="all"
license="GPL2 GPL3+ LGPL2 BSD"
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages="$pkgname-doc"
source="http://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2
binutils-ld-fix-static-linking.patch

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A Bayesian mail filter that classifies mail by statistical analysis of the message's header and content."
url="http://bogofilter.sourceforge.net/"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
depends_dev=""
makedepends="sqlite-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Backup tool for btrfs subvolumes with atomic snapshots & incremental transfers"
url="http://digint.ch/btrbk/"
arch="noarch"
license="GPL3"
license="GPL-3.0"
depends="perl perl-date-calc btrfs-progs"
makedepends="asciidoc"
options="!check"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Unprivileged sandboxing tool"
url="https://github.com/projectatomic/bubblewrap"
arch="all"
license="LGPL2+"
license="LGPL-2.0-or-later"
options="!check suid"
makedepends="autoconf automake libcap-dev docbook-xsl"
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Continuous integration testing framework"
url="http://buildbot.net/"
arch="noarch"
license="GPLv2"
license="GPL-2.0"
depends="python2 py-twisted py-simplejson py2-sqlalchemy
py2-pysqlite py-jinja2 py2-sqlalchemy-migrate
py-dateutil py-setuptools"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Display-oriented editor for binary files based on vi"
url="http://bvi.sourceforge.net"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
makedepends="ncurses-dev"
install=""

View File

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A scalable distributed SCM tool"
url="http://bazaar.canonical.com/"
arch="all"
license="GPL2+"
license="GPL-2.0-or-later"
depends="python2"
makedepends="python2-dev"
subpackages="$pkgname-doc"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Haskell Cabal"
url="http://haskell.org"
arch="armhf x86_64"
license="BSD3"
license="BSD-3-Clause"
depends="gmp zlib"
makedepends="ghc gmp-dev libffi-dev zlib-dev binutils-gold chrpath"
subpackages="$pkgname-doc"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="The complete rrdtool-based graphing solution"
url="http://www.cacti.net"
arch="noarch"
license="GPL2+"
license="GPL-2.0-or-later"
options="!check"
pkgusers=$pkgname
pkggroups="www-data"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
url="https://caddyserver.com/"
arch="all !s390x"
license="ASL 2.0"
license="Apache-2.0"
depends="ca-certificates"
makedepends="go libcap bash"
install="$pkgname.pre-install"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Set of extensions for Caja file manager"
url="https://github.com/mate-desktop/caja-extensions"
arch="all"
license="GPL2"
license="GPL-2.0"
depends="caja"
makedepends="glib-dev gtk+3.0-dev caja-dev dconf-dev
mate-desktop-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="The file manager for the MATE desktop"
url="https://github.com/mate-desktop/caja"
arch="all"
license="GPL2"
license="GPL-2.0"
depends="mate-common mate-desktop"
options="!check"
makedepends="$depends_dev intltool libtool dconf-dev gtk+3.0-dev libunique3-dev

View File

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Caml preprocessor and pretty-printer"
url="https://github.com/ocaml/camlp4/releases"
arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms
license="LGPL2"
license="LGPL-2.0"
depends="ocaml"
makedepends="ocamlbuild"
options="!makeflags !emptydirs staticlibs"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="An x-cursor theme inspired by macOS and based on KDE Breeze"
url="https://github.com/keeferrourke/capitaine-cursors"
arch="noarch"
license="GPL3"
license="GPL-3.0"
source="https://github.com/keeferrourke/capitaine-cursors/archive/r$pkgver.tar.gz"
options="!check"
builddir="$srcdir"/$pkgname-r$pkgver

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="HEP Capture Agent for HOMER"
url="https://github.com/sipcapture/captagent"
arch="all"
license="GPL3"
license="GPL-3.0"
makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev
libpcap-dev libtool libuv-dev linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz

View File

@ -6,7 +6,7 @@ pkgrel=3
pkgdesc="The Rust package manager"
url="https://crates.io"
arch="x86_64" # limited by rust pkg
license="MIT ASL-2.0"
license="MIT Apache-2.0"
depends="rust"
makedepends="cmake curl-dev libgit2-dev libssh2-dev libressl-dev python2 zlib-dev"
subpackages="$pkgname-doc

View File

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Cassandra CPP Driver"
url="http://datastax.github.io/cpp-driver/"
arch="x86_64 x86 ppc64le"
license="ASL 2.0"
license="Apache-2.0"
depends=
makedepends="cmake make libressl-dev libuv-dev"
subpackages="$pkgname-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="USB CCID/ICCD SmartCard reader driver"
url="https://pcsclite.alioth.debian.org/ccid.html"
arch="all"
license="LGPL2.1+"
license="LGPL-2.1-or-later"
depends="pcsc-lite"
makedepends="perl libusb-dev pcsc-lite-dev"
install=""

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A systems administration tool for networks"
url="http://www.cfengine.com/"
arch="all"
license="GPLv3"
license="GPL-3.0"
makedepends="$depends_dev lmdb-dev libressl-dev bison flex-dev
acl-dev pcre-dev linux-headers"
subpackages="$pkgname-doc $pkgname-masterfiles::noarch"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Change passwords in Windows SAM files"
url="http://pogostick.net/~pnh/ntpasswd/"
arch="all"
license="GPL2"
license="GPL-2.0"
makedepends="libressl-dev"
source="http://pogostick.net/~pnh/ntpasswd/$pkgname-source-$pkgver.zip
stdint.patch"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Answer set solver for (extended) normal logic programs"
url="https://potassco.org/"
arch="all"
license="LGPL3"
license="LGPL-3.0"
depends=""
makedepends="bash"
install=""

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A GTK+ based e-mail client."
url="http://www.claws-mail.org"
arch="all"
license="GPL3"
license="GPL-3.0"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang
$pkgname-plugins-acpi-notifier:_acpi
$pkgname-plugins-address-keeper:_address_keeper

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Count lines of code"
url="https://github.com/AlDanial/cloc"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="perl perl-algorithm-diff perl-regexp-common"
makedepends=""
subpackages="$pkgname-doc"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="File live sync daemon based on inotify"
url="https://github.com/xaionaro/clsync"
arch="x86 x86_64"
license="GPLv3+"
license="GPL-3.0-or-later"
depends=""
depends_dev="glib-dev fts-dev libcap-dev libexecinfo-dev linux-headers musl-dev"
makedepends="$depends_dev autoconf automake file libtool"

View File

@ -8,7 +8,7 @@ _ver=${pkgver/_rc/-rc}
pkgdesc="A very feature-rich ncurses-based music player"
url="http://cmus.sourceforge.net/"
arch="all"
license="GPL2+"
license="GPL-2.0-or-later"
depends=""
depends_dev=""
makedepends="alsa-lib-dev faad2-dev flac-dev libmad-dev opusfile-dev

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A daemon for managing internet connections"
url="http://connman.net/"
arch="all"
license="GPLv2"
license="GPL-2.0"
depends="wpa_supplicant"
makedepends="autoconf automake libtool
glib-dev iptables-dev readline-dev dbus-dev

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="copy-router-config and merge-router-config to copy and merge Cisco Routers Configuration"
url="https://www.offensive-security.com/"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="perl perl-cisco-copyconfig"
makedepends=""
source="http://ftp.tku.edu.tw/kali/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Corebird is a modern, easy and fun Twitter client"
url="https://corebird.baedert.org/"
arch="all"
license="GPL3"
license="GPL-3.0"
makedepends="gtk+3.0-dev rest-dev json-glib-dev sqlite-dev libsoup-dev libgee-dev
vala tiff automake autoconf libtool intltool glib-dev libxml2-utils file"
options="libtool !check"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A static analysis tool for C/C++ code"
url="http://cppcheck.sourceforge.net"
arch="all"
license="GPL3"
license="GPL-3.0"
depends=""
makedepends="docbook-xsl pcre-dev qt5-qttools-dev"
subpackages="$pkgname-doc $pkgname-htmlreport::noarch $pkgname-gui"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Small and fast POSIX-compliant shell"
url="http://gondor.apana.org.au/~herbert/dash/"
arch="all"
license="GPLv2+"
license="GPL-2.0-or-later"
# needs 'nl' utility from coreutils
makedepends="coreutils"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"

View File

@ -8,7 +8,7 @@ url="http://savannah.nongnu.org/projects/davfs2"
options="suid"
pkggroups="davfs2"
arch="all"
license="GPL3"
license="GPL-3.0"
depends=""
depends_dev="libxml2-dev neon-dev zlib-dev linux-headers"
makedepends="$depends_dev autoconf automake libtool"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="DTS Coherent Acoustics decoder with support for HD extensions"
url="https://github.com/foo86/dcadec"
arch="all"
license="LGPLv2.1"
license="LGPL-2.1"
depends=""
depends_dev=""
makedepends="$depends_dev"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Data recovery tool for block devices with errors"
url="https://www.gnu.org/s/ddrescue/ddrescue.html"
arch="all !aarch64"
license="GPL3+"
license="GPL-3.0-or-later"
subpackages="$pkgname-doc"
source="http://ftp.heanet.ie/mirrors/gnu/$pkgname/$pkgname-$pkgver.tar.lz"
builddir="$srcdir/$pkgname-$pkgver"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="a GTK+ based diagram creation program"
url="http://live.gnome.org/Dia"
arch="all"
license="GPL2"
license="GPL-2.0"
makedepends="gtk+2.0-dev libxml2-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/dia/${pkgver%.*}/dia-$pkgver.tar.xz

View File

@ -8,7 +8,7 @@ pkgrel=0
pkgdesc="A simple tool for visually comparing two PDF files"
url="https://vslavik.github.io/diff-pdf/"
arch="all"
license="GPL2"
license="GPL-2.0"
makedepends="autoconf automake cairo-dev poppler-dev wxgtk-dev"
source="$pkgname-$_gitrev.tar.gz::https://github.com/vslavik/$pkgname/archive/$_gitrev.tar.gz"
builddir="$srcdir/$pkgname-$_gitrev"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="DNS Enumeration Script"
url="https://github.com/darkoperator/dnsrecon"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="python2 py2-dnspython py2-netaddr"
install=""
subpackages=""

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="An API client for docker written in Python"
url="https://github.com/dotcloud/docker-py"
arch="noarch"
license="APACHE"
license="Apache"
depends="python2 py2-requests py2-six py2-websocket-client dockerpy-creds"
makedepends="python2-dev py2-pip py-setuptools py2-six flake8 py-mock"
source="$pkgname-$pkgver.tar.gz::https://github.com/docker/$pkgname/archive/$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+"
url="https://github.com/docker/distribution"
arch="x86 x86_64 ppc64le"
license="ASL-2.0"
license="Apache-2.0"
makedepends="git go"
install="$pkgname.pre-install"
pkgusers="docker-registry"

View File

@ -7,7 +7,7 @@ _gitcommit=v$_ver
pkgdesc="Pack, ship and run any application as a lightweight container"
url="http://www.docker.io/"
arch="all !s390x"
license="ASL 2.0"
license="Apache-2.0"
depends="ca-certificates iptables"
makedepends="go btrfs-progs-dev bash linux-headers coreutils libseccomp-dev cmake lvm2-dev libtool"
options="!check"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Python bindings for the docker credentials store API"
url="https://github.com/shin-/dockerpy-creds"
arch="noarch"
license="APACHE"
license="Apache"
depends="python2 py2-six"
makedepends="python2-dev py-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="duosecurity.com two-factor authentication"
url="https://duo.com/support/documentation/duounix"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
depends_dev="libressl-dev zlib-dev"
makedepends="$depends_dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Cisco router emulator"
url="https://github.com/GNS3/dynamips"
arch="all"
license="GPL2"
license="GPL-2.0"
makedepends="cmake libpcap-dev libelf-dev linux-headers paxmark libnsl-dev"
subpackages="$pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Simple shell based CA utility"
url="https://github.com/OpenVPN/easy-rsa"
arch="noarch"
license="GPL2"
license="GPL-2.0"
depends="openssl"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Open Source, Distributed, RESTful Search Engine"
url="https://www.elastic.co/products/elasticsearch"
arch="x86 x86_64"
license="ASL-2.0"
license="Apache-2.0"
depends="java-jna-native>=4.1 openjdk8-jre bash"
makedepends=""
install="$pkgname.pre-install"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Elixir is a dynamic, functional language designed for building scalable and maintainable applications"
url="http://elixir-lang.org"
arch="noarch"
license="ASL 2.0"
license="Apache-2.0"
options="!check"
depends="erlang erlang-inets erlang-ssl
erlang-public-key erlang-asn1 erlang-sasl erlang-erl-interface erlang-dev"

View File

@ -8,7 +8,7 @@ pkgdesc="The extensible, customizable, self-documenting real-time display editor
arch="all !aarch64"
depends="emacs-nox"
url="https://www.gnu.org/software/emacs/emacs.html"
license="GPL3"
license="GPL-3.0"
makedepends="autoconf automake linux-headers paxmark gawk
librsvg-dev giflib-dev libxpm-dev gtk+2.0-dev gconf-dev alsa-lib-dev
glib-dev fontconfig-dev libpng-dev

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="An archive manager for the MATE"
url="http://mate-desktop.org/"
arch="all"
license="GPLv2"
license="GPL-2.0"
depends="libxml2-utils"
makedepends="glib-dev gtk+3.0-dev caja-dev itstool libsm-dev"
subpackages="$pkgname-doc $pkgname-lang"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A simple graphics viewer for the MATE"
url="https://github.com/mate-desktop/eom"
arch="all"
license="GPLv2"
license="GPL-2.0"
depends="mate-icon-theme libxml2-utils"
makedepends="glib-dev gtk+3.0-dev itstool mate-desktop-dev
libexif-dev lcms2-dev dconf-dev dbus-dev librsvg-dev

View File

@ -8,7 +8,7 @@ _srcver=$pkgver
pkgrel=2
pkgdesc="General-purpose programming language and runtime environment"
url="http://www.erlang.org/"
license="ASL 2.0"
license="Apache-2.0"
arch="all"
depends="$pkgname-kernel $pkgname-stdlib $pkgname-compiler"
makedepends="perl-dev zlib-dev ncurses-dev libressl-dev openjdk8 unixodbc-dev

View File

@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Store /etc in git."
url="http://etckeeper.branchable.com"
arch="noarch"
license="GPL2"
license="GPL-2.0"
checkdepends="bats fakeroot"
depends="findutils git"
subpackages="$pkgname-doc"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="monitor input layer events"
url="https://cgit.freedesktop.org/evtest/"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
makedepends="linux-headers"
install=""

View File

@ -10,7 +10,7 @@ pkgrel=0
pkgdesc="A Message Transfer Agent"
url="http://www.exim.org/"
arch="all"
license="GPL2"
license="GPL-2.0"
options="!check suid"
depends="ca-certificates"
pkgusers="$pkgname"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Ezstream is a command line source client for Icecast media streaming servers."
url="http://www.icecast.org/ezstream.php"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
depends_dev=""
makedepends="$depends_dev libshout-dev libxml2-dev libvorbis-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Fast Artificial Neural Network Library"
url="http://leenissen.dk/fann/"
arch="all"
license="LGPL2+"
license="LGPL-2.0-or-later"
makedepends="cmake"
subpackages="$pkgname-dev $pkgname-fixed:_lib $pkgname-float:_lib $pkgname-double:_lib"
source="$pkgname-$pkgver.tar.gz::https://github.com/lib$pkgname/$pkgname/archive/$pkgver.tar.gz"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Few applications to display and elementary edit images"
url="http://www.kraxel.org/blog/linux/$pkgname/"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
depends_dev=""
makedepends="freetype-dev fontconfig-dev libdrm-dev libexif-dev

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Lightweight video thumbnailer that can be used by file managers"
url="https://github.com/dirkvdb/ffmpegthumbnailer"
arch="all"
license="GPLv2"
license="GPL-2.0"
makedepends="ffmpeg-dev libpng-dev libjpeg-turbo-dev cmake"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.bz2::https://github.com/dirkvdb/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2"

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Linux namespaces and seccomp-bpf sandbox"
url="https://firejail.wordpress.com/"
arch="all"
license="GPL2"
license="GPL-2.0"
depends="bash"
makedepends="linux-headers"
checkdepends="expect"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Firejail sandbox launcher integrated with the system tray"
url="https://l3net.wordpress.com/projects/firejail/#firetools"
arch="all"
license="GPL2"
license="GPL-2.0"
depends="firejail xterm qt5-qtsvg mesa-dri-swrast"
makedepends="qt5-qtbase-dev qt5-qtsvg-dev"
options="!check"

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="Free exFAT file system implementation"
url="https://github.com/relan/exfat"
arch="all"
license="GPL2+"
license="GPL-2.0-or-later"
provides="$_pkgreal"
depends="fuse"
makedepends="autoconf automake fuse-dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="FVWM is a powerful desktop window manager for the X Window system"
url="http://fvwm.org"
arch="all"
license="GPL2"
license="GPL-2.0"
depends=""
depends_dev=""
makedepends="perl libxslt libxcursor-dev libx11-dev freetype-dev fontconfig-dev

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="Gammu provides an abstraction layer for cell phones access"
url="https://wammu.eu/"
arch="all"
license="GPLv2+"
license="GPL-2.0-or-later"
depends="dialog bluez"
makedepends="unixodbc-dev libdbi-dev postgresql-dev
bluez-dev mysql-dev libusb-dev curl-dev cmake doxygen linux-headers"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Geographic Authoritative DNS server"
url="https://github.com/blblack/gdnsd/"
arch="all"
license="GPL3"
license="GPL-3.0"
depends=""
depends_dev=""
options="!checkroot"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Plugins for Geany"
url="https://plugins.geany.org/"
arch="all"
license="GPLv3+"
license="GPL-3.0-or-later"
depends=""
makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev
bash vte-dev vala libsoup-dev gpgme-dev python2-dev py-gtk-dev"

View File

@ -5,7 +5,7 @@ pkgrel=5
pkgdesc="Graph based image processing framework"
url="http://www.gegl.org/"
arch="all"
license="GPL3 LGPL3"
license="GPL-3.0 LGPL-3.0"
makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev
lua5.1-dev jasper-dev exiv2-dev"
subpackages="$pkgname-dev $pkgname-lang"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Geocoding helper library"
url="https://www.gnome.org/"
arch="all"
license="LGPLv2+"
license="LGPL-2.0-or-later"
depends=""
depends_dev=""
makedepends="$depends_dev glib-dev gobject-introspection-dev intltool

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Official Go implementation of the Ethereum protocol"
url="https://geth.ethereum.org/"
arch="all"
license="LGPLv3"
license="LGPL-3.0"
makedepends="go linux-headers"
checkdepends="fuse"
options="!check"

Some files were not shown because too many files have changed in this diff Show More