aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-09-30 16:28:24 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-03 13:19:51 +0200
commit53679caf4fa9cfa393975176fe5d544dfd4e5ce6 (patch)
tree4cdd26b350b65184584140710439cb89403ef51f /unmaintained
parent4ef580f1c1122584303ea30ff9e5725efe426fa9 (diff)
downloadaports-53679caf4fa9cfa393975176fe5d544dfd4e5ce6.tar.bz2
aports-53679caf4fa9cfa393975176fe5d544dfd4e5ce6.tar.xz
don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/fotoxx/APKBUILD2
-rw-r--r--unmaintained/libsyncml/APKBUILD2
-rw-r--r--unmaintained/wifidog/APKBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/unmaintained/fotoxx/APKBUILD b/unmaintained/fotoxx/APKBUILD
index e5ee47eae5..8ac4baee6f 100644
--- a/unmaintained/fotoxx/APKBUILD
+++ b/unmaintained/fotoxx/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Photo editing and collection management"
url="http://kornelix.squarespace.com/fotoxx"
arch="all"
-license="GPL-3"
+license="GPL3"
depends="xdg-utils exiftool"
makedepends="gtk+3.0-dev tiff-dev"
install=
diff --git a/unmaintained/libsyncml/APKBUILD b/unmaintained/libsyncml/APKBUILD
index 550f4b40f4..09d45d6741 100644
--- a/unmaintained/libsyncml/APKBUILD
+++ b/unmaintained/libsyncml/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Implementation of the SyncML protocol"
url="http://libsyncml.opensync.org/"
arch="all"
-license="LGPL-2.1"
+license="LGPL2.1"
depends=
makedepends="glib-dev libxml2-dev libwbxml-dev openobex-dev bluez-dev cmake"
install=
diff --git a/unmaintained/wifidog/APKBUILD b/unmaintained/wifidog/APKBUILD
index ef84c458e0..caa4872051 100644
--- a/unmaintained/wifidog/APKBUILD
+++ b/unmaintained/wifidog/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="Wifi Captive Portal"
url="http://dev.wifidog.org/"
arch="all"
-license="GPL-2"
+license="GPL2"
depends=
makedepends=
subpackages="$pkgname-doc"