[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" pkgdesc="TCP proxy for non-IPv6 applications"
url="http://toxygen.net/6tunnel" url="http://toxygen.net/6tunnel"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
makedepends="automake autoconf" makedepends="automake autoconf"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wojtekka/$pkgname/archive/$pkgver.tar.gz 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" pkgdesc="Language and environment for statistical computing"
url="https://www.r-project.org" url="https://www.r-project.org"
arch="all !s390x" arch="all !s390x"
license="GPL-2 GPL-3 LGPL-2.1" license="GPL-2.0 GPL-3 LGPL-2.1"
depends="$pkgname-mathlib" depends="$pkgname-mathlib"
depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev 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 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" pkgdesc="A fully-featured word processor"
url="http://www.abisource.com" url="http://www.abisource.com"
arch="all" arch="all"
license="GPL2+" license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev libgsf-dev enchant-dev fribidi-dev wv-dev 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 popt-dev libjpeg-turbo-dev librsvg-dev bzip2-dev goffice-dev pcre-dev
libxslt-dev" libxslt-dev"

View File

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

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A web-based system administration interface for vlc" pkgdesc="A web-based system administration interface for vlc"
url="https://git.alpinelinux.org/cgit/acf/acf-vlc-daemon" url="https://git.alpinelinux.org/cgit/acf/acf-vlc-daemon"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
depends="acf-core vlc-daemon" depends="acf-core vlc-daemon"
depends_dev="" depends_dev=""
makedepends="$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" pkgdesc="American fuzzy lop - a fuzzer relying on genetic algorithms instead brute force"
url="http://lcamtuf.coredump.cx/afl/" url="http://lcamtuf.coredump.cx/afl/"
arch="all" arch="all"
license="ASL 2.0" license="Apache-2.0"
depends="clang llvm" depends="clang llvm"
makedepends="clang-dev llvm-dev" makedepends="clang-dev llvm-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"

View File

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

View File

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

View File

@ -7,7 +7,7 @@ pkgrel=5
pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols" pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
url="http://www.aircrack-ng.org" url="http://www.aircrack-ng.org"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="ethtool wireless-tools iw sqlite grep pciutils" depends="ethtool wireless-tools iw sqlite grep pciutils"
makedepends="coreutils libressl-dev sqlite-dev libnl-dev linux-headers pcre-dev makedepends="coreutils libressl-dev sqlite-dev libnl-dev linux-headers pcre-dev
bsd-compat-headers zlib-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" pkgdesc="A clean minimalistic theme for Xfce, GTK 2 and 3"
url="http://shimmerproject.org/project/albatross/" url="http://shimmerproject.org/project/albatross/"
arch="noarch" arch="noarch"
license="GPLv2 or CC-BY-SA" license="GPL-2.0 or CC-BY-SA"
makedepends="$depends_dev" makedepends="$depends_dev"
subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4" subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4"
source="albatross-$pkgver.tar.gz::https://github.com/shimmerproject/Albatross/archive/v$pkgver.tar.gz" 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" pkgdesc="Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
url="http://joeyh.name/code/alien" url="http://joeyh.name/code/alien"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
depends="perl" depends="perl"
depends_dev="" depends_dev=""
makedepends="$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" pkgdesc="Secure anycast tunneling protocol implementation for flexible and fault-tolerant VPNs"
url="http://www.anytun.org" url="http://www.anytun.org"
arch="all" arch="all"
license="GPL3" license="GPL-3.0"
depends="" depends=""
depends_dev="libressl-dev boost-dev linux-headers" depends_dev="libressl-dev boost-dev linux-headers"
makedepends="$depends_dev" makedepends="$depends_dev"

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="A java-based build tool." pkgdesc="A java-based build tool."
url="http://ant.apache.org/" url="http://ant.apache.org/"
arch="noarch" arch="noarch"
license="ASL-2.0" license="Apache-2.0"
depends="openjdk8-jre-base" depends="openjdk8-jre-base"
makedepends="" makedepends=""
source="http://archive.apache.org/dist/ant/binaries/$pkgname-$pkgver-bin.tar.bz2" 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" pkgdesc="ARandR provides a simple visual front end for XRandR"
url="http://christian.amsuess.com/tools/arandr/" url="http://christian.amsuess.com/tools/arandr/"
arch="noarch" arch="noarch"
license="GPL3" license="GPL-3.0"
depends="py-gtk xrandr" depends="py-gtk xrandr"
makedepends="py2-docutils gettext" makedepends="py2-docutils gettext"
subpackages="$pkgname-doc $pkgname-lang" subpackages="$pkgname-doc $pkgname-lang"

View File

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

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="A Command line recorder for asciinema.org service" pkgdesc="A Command line recorder for asciinema.org service"
url="https://github.com/asciinema/asciinema/" url="https://github.com/asciinema/asciinema/"
arch="all" arch="all"
license="GPLv3" license="GPL-3.0"
depends="ncurses" depends="ncurses"
makedepends="python3-dev" makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" 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" pkgdesc="A cross-platform C++ library for network programming"
url="https://think-async.com" url="https://think-async.com"
arch="all" arch="all"
license="Boost" license="BSL-1.0"
depends="" depends=""
depends_dev="boost-dev libressl-dev" depends_dev="boost-dev libressl-dev"
makedepends="$depends_dev" makedepends="$depends_dev"

View File

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

View File

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="GSM modem dongle channel driver" pkgdesc="GSM modem dongle channel driver"
url="https://github.com/oleg-krv/asterisk-chan-dongle/" url="https://github.com/oleg-krv/asterisk-chan-dongle/"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="asterisk" depends="asterisk"
depends_dev="" depends_dev=""
makedepends="$depends_dev asterisk-dev automake autoconf" 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." pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc."
url="http://www.atheme.net/iris.html" url="http://www.atheme.net/iris.html"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
depends="py-twisted py-simplejson py-openssl py-zope-interface" depends="py-twisted py-simplejson py-openssl py-zope-interface"
depends_dev="" depends_dev=""
makedepends="$depends_dev python2-dev" makedepends="$depends_dev python2-dev"

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ pkgver=2.13
pkgrel=0 pkgrel=0
pkgdesc="A GNU tool for automatically configuring source code" pkgdesc="A GNU tool for automatically configuring source code"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
url="https://www.gnu.org/software/autoconf" url="https://www.gnu.org/software/autoconf"
depends="m4 perl" depends="m4 perl"
source="ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz 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" pkgdesc="A python command and library to 'wake on lan' a remote host"
url="https://github.com/cyraxjoe/awake" url="https://github.com/cyraxjoe/awake"
arch="noarch" arch="noarch"
license="GPL3" license="GPL-3.0"
depends="py3-awake" depends="py3-awake"
makedepends="python3-dev" makedepends="python3-dev"
subpackages="py3-$pkgname:py3 $pkgname-doc" subpackages="py3-$pkgname:py3 $pkgname-doc"

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="lua-configurable window manager framework" pkgdesc="lua-configurable window manager framework"
url="http://awesome.naquadah.org/" url="http://awesome.naquadah.org/"
arch="all" arch="all"
license="GPL2+" license="GPL-2.0-or-later"
depends="imagemagick lua5.1-lgi cairo-gobject pango" 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 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 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" pkgdesc="Dynamic, any to any, pixel format conversion library"
url="http://gegl.org/babl/" url="http://gegl.org/babl/"
arch="all" arch="all"
license="LGPL3+" license="LGPL-3.0-or-later"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="http://ftp.gimp.org/pub/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" 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" pkgdesc="A banner grabbing tool"
url="https://sourceforge.net/projects/bannergrab" url="https://sourceforge.net/projects/bannergrab"
arch="all" arch="all"
license="GPL3+" license="GPL-3.0-or-later"
makedepends="libressl-dev" makedepends="libressl-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz" 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" url="http://www.bareos.org/en/bareos-webui.html"
arch="noarch" arch="noarch"
options="!check" 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 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-iconv $_php-intl $_php-json $_php-mbstring $_php-openssl $_php-session
$_php-simplexml $_php-xml $_php-xmlreader $_php-xmlwriter $_php-zip $_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" url="http://www.bareos.org"
arch="all" arch="all"
options="!check" options="!check"
license="AGPL3" license="AGPL-3.0"
depends="perl" depends="perl"
makedepends="file libtool libintl libpcap-dev lzo-dev \ makedepends="file libtool libintl libpcap-dev lzo-dev \
sqlite-dev postgresql-dev gnutls-dev mariadb-dev acl-dev \ sqlite-dev postgresql-dev gnutls-dev mariadb-dev acl-dev \

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Backend processor for BibLaTeX" pkgdesc="Backend processor for BibLaTeX"
url="https://github.com/plk/biber" url="https://github.com/plk/biber"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
depends="perl perl-module-build perl-config-autoconf depends="perl perl-module-build perl-config-autoconf
perl-extutils-libbuilder perl-test-differences perl-file-which perl-extutils-libbuilder perl-test-differences perl-file-which
perl-class-accessor perl-data-compare perl-data-dump perl-data-uniqid 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++" pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
url="https://github.com/WebAssembly/binaryen" url="https://github.com/WebAssembly/binaryen"
arch="all !s390x" arch="all !s390x"
license="ASL-2.0" license="Apache-2.0"
makedepends="cmake" makedepends="cmake"
checkdepends="nodejs python2" checkdepends="nodejs python2"
subpackages="$pkgname-dev" 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/" url="https://www.gnu.org/software/binutils/"
makedepends="gettext libtool autoconf automake" makedepends="gettext libtool autoconf automake"
arch="all" arch="all"
license="GPL2 GPL3+ LGPL2 BSD" license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2 source="http://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2
binutils-ld-fix-static-linking.patch 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." pkgdesc="A Bayesian mail filter that classifies mail by statistical analysis of the message's header and content."
url="http://bogofilter.sourceforge.net/" url="http://bogofilter.sourceforge.net/"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="" depends=""
depends_dev="" depends_dev=""
makedepends="sqlite-dev" makedepends="sqlite-dev"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="The file manager for the MATE desktop" pkgdesc="The file manager for the MATE desktop"
url="https://github.com/mate-desktop/caja" url="https://github.com/mate-desktop/caja"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="mate-common mate-desktop" depends="mate-common mate-desktop"
options="!check" options="!check"
makedepends="$depends_dev intltool libtool dconf-dev gtk+3.0-dev libunique3-dev 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" pkgdesc="Caml preprocessor and pretty-printer"
url="https://github.com/ocaml/camlp4/releases" url="https://github.com/ocaml/camlp4/releases"
arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms
license="LGPL2" license="LGPL-2.0"
depends="ocaml" depends="ocaml"
makedepends="ocamlbuild" makedepends="ocamlbuild"
options="!makeflags !emptydirs staticlibs" 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" pkgdesc="An x-cursor theme inspired by macOS and based on KDE Breeze"
url="https://github.com/keeferrourke/capitaine-cursors" url="https://github.com/keeferrourke/capitaine-cursors"
arch="noarch" arch="noarch"
license="GPL3" license="GPL-3.0"
source="https://github.com/keeferrourke/capitaine-cursors/archive/r$pkgver.tar.gz" source="https://github.com/keeferrourke/capitaine-cursors/archive/r$pkgver.tar.gz"
options="!check" options="!check"
builddir="$srcdir"/$pkgname-r$pkgver builddir="$srcdir"/$pkgname-r$pkgver

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="HEP Capture Agent for HOMER" pkgdesc="HEP Capture Agent for HOMER"
url="https://github.com/sipcapture/captagent" url="https://github.com/sipcapture/captagent"
arch="all" arch="all"
license="GPL3" license="GPL-3.0"
makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev
libpcap-dev libtool libuv-dev linux-headers" libpcap-dev libtool libuv-dev linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz 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" pkgdesc="The Rust package manager"
url="https://crates.io" url="https://crates.io"
arch="x86_64" # limited by rust pkg arch="x86_64" # limited by rust pkg
license="MIT ASL-2.0" license="MIT Apache-2.0"
depends="rust" depends="rust"
makedepends="cmake curl-dev libgit2-dev libssh2-dev libressl-dev python2 zlib-dev" makedepends="cmake curl-dev libgit2-dev libssh2-dev libressl-dev python2 zlib-dev"
subpackages="$pkgname-doc subpackages="$pkgname-doc

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="File live sync daemon based on inotify" pkgdesc="File live sync daemon based on inotify"
url="https://github.com/xaionaro/clsync" url="https://github.com/xaionaro/clsync"
arch="x86 x86_64" arch="x86 x86_64"
license="GPLv3+" license="GPL-3.0-or-later"
depends="" depends=""
depends_dev="glib-dev fts-dev libcap-dev libexecinfo-dev linux-headers musl-dev" depends_dev="glib-dev fts-dev libcap-dev libexecinfo-dev linux-headers musl-dev"
makedepends="$depends_dev autoconf automake file libtool" 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" pkgdesc="A very feature-rich ncurses-based music player"
url="http://cmus.sourceforge.net/" url="http://cmus.sourceforge.net/"
arch="all" arch="all"
license="GPL2+" license="GPL-2.0-or-later"
depends="" depends=""
depends_dev="" depends_dev=""
makedepends="alsa-lib-dev faad2-dev flac-dev libmad-dev opusfile-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" pkgdesc="A daemon for managing internet connections"
url="http://connman.net/" url="http://connman.net/"
arch="all" arch="all"
license="GPLv2" license="GPL-2.0"
depends="wpa_supplicant" depends="wpa_supplicant"
makedepends="autoconf automake libtool makedepends="autoconf automake libtool
glib-dev iptables-dev readline-dev dbus-dev 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" pkgdesc="copy-router-config and merge-router-config to copy and merge Cisco Routers Configuration"
url="https://www.offensive-security.com/" url="https://www.offensive-security.com/"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
depends="perl perl-cisco-copyconfig" depends="perl perl-cisco-copyconfig"
makedepends="" makedepends=""
source="http://ftp.tku.edu.tw/kali/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz" 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" pkgdesc="Corebird is a modern, easy and fun Twitter client"
url="https://corebird.baedert.org/" url="https://corebird.baedert.org/"
arch="all" arch="all"
license="GPL3" license="GPL-3.0"
makedepends="gtk+3.0-dev rest-dev json-glib-dev sqlite-dev libsoup-dev libgee-dev 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" vala tiff automake autoconf libtool intltool glib-dev libxml2-utils file"
options="libtool !check" options="libtool !check"

View File

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

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Small and fast POSIX-compliant shell" pkgdesc="Small and fast POSIX-compliant shell"
url="http://gondor.apana.org.au/~herbert/dash/" url="http://gondor.apana.org.au/~herbert/dash/"
arch="all" arch="all"
license="GPLv2+" license="GPL-2.0-or-later"
# needs 'nl' utility from coreutils # needs 'nl' utility from coreutils
makedepends="coreutils" makedepends="coreutils"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" 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" options="suid"
pkggroups="davfs2" pkggroups="davfs2"
arch="all" arch="all"
license="GPL3" license="GPL-3.0"
depends="" depends=""
depends_dev="libxml2-dev neon-dev zlib-dev linux-headers" depends_dev="libxml2-dev neon-dev zlib-dev linux-headers"
makedepends="$depends_dev autoconf automake libtool" makedepends="$depends_dev autoconf automake libtool"

View File

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

View File

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

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="a GTK+ based diagram creation program" pkgdesc="a GTK+ based diagram creation program"
url="http://live.gnome.org/Dia" url="http://live.gnome.org/Dia"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
makedepends="gtk+2.0-dev libxml2-dev" makedepends="gtk+2.0-dev libxml2-dev"
subpackages="$pkgname-doc $pkgname-lang" subpackages="$pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/dia/${pkgver%.*}/dia-$pkgver.tar.xz 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" pkgdesc="A simple tool for visually comparing two PDF files"
url="https://vslavik.github.io/diff-pdf/" url="https://vslavik.github.io/diff-pdf/"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
makedepends="autoconf automake cairo-dev poppler-dev wxgtk-dev" makedepends="autoconf automake cairo-dev poppler-dev wxgtk-dev"
source="$pkgname-$_gitrev.tar.gz::https://github.com/vslavik/$pkgname/archive/$_gitrev.tar.gz" source="$pkgname-$_gitrev.tar.gz::https://github.com/vslavik/$pkgname/archive/$_gitrev.tar.gz"
builddir="$srcdir/$pkgname-$_gitrev" builddir="$srcdir/$pkgname-$_gitrev"

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="An API client for docker written in Python" pkgdesc="An API client for docker written in Python"
url="https://github.com/dotcloud/docker-py" url="https://github.com/dotcloud/docker-py"
arch="noarch" arch="noarch"
license="APACHE" license="Apache"
depends="python2 py2-requests py2-six py2-websocket-client dockerpy-creds" depends="python2 py2-requests py2-six py2-websocket-client dockerpy-creds"
makedepends="python2-dev py2-pip py-setuptools py2-six flake8 py-mock" 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" 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+" pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+"
url="https://github.com/docker/distribution" url="https://github.com/docker/distribution"
arch="x86 x86_64 ppc64le" arch="x86 x86_64 ppc64le"
license="ASL-2.0" license="Apache-2.0"
makedepends="git go" makedepends="git go"
install="$pkgname.pre-install" install="$pkgname.pre-install"
pkgusers="docker-registry" pkgusers="docker-registry"

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Python bindings for the docker credentials store API" pkgdesc="Python bindings for the docker credentials store API"
url="https://github.com/shin-/dockerpy-creds" url="https://github.com/shin-/dockerpy-creds"
arch="noarch" arch="noarch"
license="APACHE" license="Apache"
depends="python2 py2-six" depends="python2 py2-six"
makedepends="python2-dev py-setuptools" makedepends="python2-dev py-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz" 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" pkgdesc="duosecurity.com two-factor authentication"
url="https://duo.com/support/documentation/duounix" url="https://duo.com/support/documentation/duounix"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="" depends=""
depends_dev="libressl-dev zlib-dev" depends_dev="libressl-dev zlib-dev"
makedepends="$depends_dev" makedepends="$depends_dev"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Cisco router emulator" pkgdesc="Cisco router emulator"
url="https://github.com/GNS3/dynamips" url="https://github.com/GNS3/dynamips"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
makedepends="cmake libpcap-dev libelf-dev linux-headers paxmark libnsl-dev" makedepends="cmake libpcap-dev libelf-dev linux-headers paxmark libnsl-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz 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" pkgdesc="Simple shell based CA utility"
url="https://github.com/OpenVPN/easy-rsa" url="https://github.com/OpenVPN/easy-rsa"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
depends="openssl" depends="openssl"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz" 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" pkgdesc="Open Source, Distributed, RESTful Search Engine"
url="https://www.elastic.co/products/elasticsearch" url="https://www.elastic.co/products/elasticsearch"
arch="x86 x86_64" arch="x86 x86_64"
license="ASL-2.0" license="Apache-2.0"
depends="java-jna-native>=4.1 openjdk8-jre bash" depends="java-jna-native>=4.1 openjdk8-jre bash"
makedepends="" makedepends=""
install="$pkgname.pre-install" 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" pkgdesc="Elixir is a dynamic, functional language designed for building scalable and maintainable applications"
url="http://elixir-lang.org" url="http://elixir-lang.org"
arch="noarch" arch="noarch"
license="ASL 2.0" license="Apache-2.0"
options="!check" options="!check"
depends="erlang erlang-inets erlang-ssl depends="erlang erlang-inets erlang-ssl
erlang-public-key erlang-asn1 erlang-sasl erlang-erl-interface erlang-dev" 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" arch="all !aarch64"
depends="emacs-nox" depends="emacs-nox"
url="https://www.gnu.org/software/emacs/emacs.html" url="https://www.gnu.org/software/emacs/emacs.html"
license="GPL3" license="GPL-3.0"
makedepends="autoconf automake linux-headers paxmark gawk makedepends="autoconf automake linux-headers paxmark gawk
librsvg-dev giflib-dev libxpm-dev gtk+2.0-dev gconf-dev alsa-lib-dev librsvg-dev giflib-dev libxpm-dev gtk+2.0-dev gconf-dev alsa-lib-dev
glib-dev fontconfig-dev libpng-dev glib-dev fontconfig-dev libpng-dev

View File

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

View File

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

View File

@ -8,7 +8,7 @@ _srcver=$pkgver
pkgrel=2 pkgrel=2
pkgdesc="General-purpose programming language and runtime environment" pkgdesc="General-purpose programming language and runtime environment"
url="http://www.erlang.org/" url="http://www.erlang.org/"
license="ASL 2.0" license="Apache-2.0"
arch="all" arch="all"
depends="$pkgname-kernel $pkgname-stdlib $pkgname-compiler" depends="$pkgname-kernel $pkgname-stdlib $pkgname-compiler"
makedepends="perl-dev zlib-dev ncurses-dev libressl-dev openjdk8 unixodbc-dev 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." pkgdesc="Store /etc in git."
url="http://etckeeper.branchable.com" url="http://etckeeper.branchable.com"
arch="noarch" arch="noarch"
license="GPL2" license="GPL-2.0"
checkdepends="bats fakeroot" checkdepends="bats fakeroot"
depends="findutils git" depends="findutils git"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Fast Artificial Neural Network Library" pkgdesc="Fast Artificial Neural Network Library"
url="http://leenissen.dk/fann/" url="http://leenissen.dk/fann/"
arch="all" arch="all"
license="LGPL2+" license="LGPL-2.0-or-later"
makedepends="cmake" makedepends="cmake"
subpackages="$pkgname-dev $pkgname-fixed:_lib $pkgname-float:_lib $pkgname-double:_lib" 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" 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" pkgdesc="Few applications to display and elementary edit images"
url="http://www.kraxel.org/blog/linux/$pkgname/" url="http://www.kraxel.org/blog/linux/$pkgname/"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="" depends=""
depends_dev="" depends_dev=""
makedepends="freetype-dev fontconfig-dev libdrm-dev libexif-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" pkgdesc="Lightweight video thumbnailer that can be used by file managers"
url="https://github.com/dirkvdb/ffmpegthumbnailer" url="https://github.com/dirkvdb/ffmpegthumbnailer"
arch="all" arch="all"
license="GPLv2" license="GPL-2.0"
makedepends="ffmpeg-dev libpng-dev libjpeg-turbo-dev cmake" makedepends="ffmpeg-dev libpng-dev libjpeg-turbo-dev cmake"
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.bz2::https://github.com/dirkvdb/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2" 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" pkgdesc="Linux namespaces and seccomp-bpf sandbox"
url="https://firejail.wordpress.com/" url="https://firejail.wordpress.com/"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="bash" depends="bash"
makedepends="linux-headers" makedepends="linux-headers"
checkdepends="expect" checkdepends="expect"

View File

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

View File

@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="Free exFAT file system implementation" pkgdesc="Free exFAT file system implementation"
url="https://github.com/relan/exfat" url="https://github.com/relan/exfat"
arch="all" arch="all"
license="GPL2+" license="GPL-2.0-or-later"
provides="$_pkgreal" provides="$_pkgreal"
depends="fuse" depends="fuse"
makedepends="autoconf automake fuse-dev" 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" pkgdesc="FVWM is a powerful desktop window manager for the X Window system"
url="http://fvwm.org" url="http://fvwm.org"
arch="all" arch="all"
license="GPL2" license="GPL-2.0"
depends="" depends=""
depends_dev="" depends_dev=""
makedepends="perl libxslt libxcursor-dev libx11-dev freetype-dev fontconfig-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" pkgdesc="Gammu provides an abstraction layer for cell phones access"
url="https://wammu.eu/" url="https://wammu.eu/"
arch="all" arch="all"
license="GPLv2+" license="GPL-2.0-or-later"
depends="dialog bluez" depends="dialog bluez"
makedepends="unixodbc-dev libdbi-dev postgresql-dev makedepends="unixodbc-dev libdbi-dev postgresql-dev
bluez-dev mysql-dev libusb-dev curl-dev cmake doxygen linux-headers" 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" pkgdesc="Geographic Authoritative DNS server"
url="https://github.com/blblack/gdnsd/" url="https://github.com/blblack/gdnsd/"
arch="all" arch="all"
license="GPL3" license="GPL-3.0"
depends="" depends=""
depends_dev="" depends_dev=""
options="!checkroot" options="!checkroot"

View File

@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Plugins for Geany" pkgdesc="Plugins for Geany"
url="https://plugins.geany.org/" url="https://plugins.geany.org/"
arch="all" arch="all"
license="GPLv3+" license="GPL-3.0-or-later"
depends="" depends=""
makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev 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" 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" pkgdesc="Graph based image processing framework"
url="http://www.gegl.org/" url="http://www.gegl.org/"
arch="all" arch="all"
license="GPL3 LGPL3" license="GPL-3.0 LGPL-3.0"
makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev
lua5.1-dev jasper-dev exiv2-dev" lua5.1-dev jasper-dev exiv2-dev"
subpackages="$pkgname-dev $pkgname-lang" subpackages="$pkgname-dev $pkgname-lang"

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Geocoding helper library" pkgdesc="Geocoding helper library"
url="https://www.gnome.org/" url="https://www.gnome.org/"
arch="all" arch="all"
license="LGPLv2+" license="LGPL-2.0-or-later"
depends="" depends=""
depends_dev="" depends_dev=""
makedepends="$depends_dev glib-dev gobject-introspection-dev intltool 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" pkgdesc="Official Go implementation of the Ethereum protocol"
url="https://geth.ethereum.org/" url="https://geth.ethereum.org/"
arch="all" arch="all"
license="LGPLv3" license="LGPL-3.0"
makedepends="go linux-headers" makedepends="go linux-headers"
checkdepends="fuse" checkdepends="fuse"
options="!check" options="!check"

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