aboutsummaryrefslogtreecommitdiffstats
path: root/testing/uwsgi/APKBUILD
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-01-01 13:00:21 +0000
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-01-01 13:00:21 +0000
commit5a9ff583f216d5122d8e83a1d5db11d0c16dcae6 (patch)
tree0a6e5bc948079503f72957e6c088e31be3a525d5 /testing/uwsgi/APKBUILD
parent645f0a4c31437e6d317a67adfd2ba494a12cd673 (diff)
downloadaports-5a9ff583f216d5122d8e83a1d5db11d0c16dcae6.tar.bz2
aports-5a9ff583f216d5122d8e83a1d5db11d0c16dcae6.tar.xz
testing/uwsgi: Lua bindings for lock/unlock functions, added missing make dependency
Diffstat (limited to 'testing/uwsgi/APKBUILD')
-rw-r--r--testing/uwsgi/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/uwsgi/APKBUILD b/testing/uwsgi/APKBUILD
index ee07b4d340..3a6a0c64b8 100644
--- a/testing/uwsgi/APKBUILD
+++ b/testing/uwsgi/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=uwsgi
pkgver=1.4.3
-pkgrel=0
+pkgrel=1
pkgdesc="uWSGI application container server"
url=http://projects.unbit.it/uwsgi/
arch=all
license=GPL-2
-makedepends="linux-headers lua-dev python python-dev"
+makedepends="linux-headers lua-dev python python-dev zeromq-dev"
subpackages="uwsgi-lua uwsgi-python:py"
-source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz futimes.patch include-sched.patch"
+source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz futimes.patch include-sched.patch lua-lock.patch"
_builddir=$srcdir/$pkgname-$pkgver
prepare() {
@@ -65,4 +65,5 @@ py() {
md5sums="98561cfdb93fb72ed68b7afb2ae4df3a uwsgi-1.4.3.tar.gz
2c9aeb5b2adf1fa45ef4ed6bda47236a futimes.patch
-02c43e001d5f44eb421079e17f9db003 include-sched.patch"
+02c43e001d5f44eb421079e17f9db003 include-sched.patch
+b791fb4994b0350992ffab3f939002ed lua-lock.patch"