summaryrefslogtreecommitdiffstats
path: root/main/webkitgtk
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-30 11:36:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:32 +0000
commit10e2b4c9230dc7143d8b1cc4cab3c26b162ac04e (patch)
treec92a540cc5925745bfd5911fd259005a3c6cb3b5 /main/webkitgtk
parent8ed6bd0dcec98e79468ba75a74117b1f095ba838 (diff)
downloadaports-10e2b4c9230dc7143d8b1cc4cab3c26b162ac04e.tar.bz2
aports-10e2b4c9230dc7143d8b1cc4cab3c26b162ac04e.tar.xz
main/webkitgtk: specify license
Diffstat (limited to 'main/webkitgtk')
-rw-r--r--main/webkitgtk/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/webkitgtk/APKBUILD b/main/webkitgtk/APKBUILD
index 0a75a9d8d..f0b1242ba 100644
--- a/main/webkitgtk/APKBUILD
+++ b/main/webkitgtk/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=webkitgtk
pkgver=2.2.2
-pkgrel=0
+pkgrel=1
pkgdesc="portable web rendering engine WebKit for GTK+"
url="http://webkitgtk.org/"
arch="all"
-license="LGPL BSD"
-depends=
+license="LGPL2+ BSD"
+depends=""
depends_dev="gtk+3.0-dev libsoup-dev gstreamer1-dev gst-plugins-base1-dev"
makedepends="$depends_dev
autoconf automake libtool
@@ -53,7 +53,6 @@ source="http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz
"
_builddir="$srcdir"/$pkgname-$pkgver
-
prepare() {
cd "$_builddir"
update_config_sub || return 1