mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/uwsgi to 2.0.15-6
This commit is contained in:
parent
632cc7f50b
commit
570b1bbb88
1 changed files with 9 additions and 1 deletions
|
@ -22,9 +22,10 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-lua51
|
||||
uwsgi-plugin-jvm
|
||||
uwsgi-plugin-webdav
|
||||
uwsgi-plugin-zabbix
|
||||
mod_proxy_uwsgi)
|
||||
pkgver=2.0.15
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=(i686 x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -88,6 +89,7 @@ build() {
|
|||
python2 uwsgiconfig.py --plugin plugins/python archlinux python2
|
||||
python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet2
|
||||
python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent2
|
||||
python2 uwsgiconfig.py --plugin plugins/zabbix archlinux zabbix
|
||||
|
||||
pushd $srcdir/$pkgbase-$pkgver/apache2
|
||||
/usr/bin/apxs -c mod_proxy_uwsgi.c
|
||||
|
@ -183,6 +185,12 @@ package_uwsgi-plugin-webdav() {
|
|||
install -Dm755 $pkgbase-$pkgver/webdav_plugin.so $pkgdir/usr/lib/uwsgi/webdav_plugin.so
|
||||
}
|
||||
|
||||
package_uwsgi-plugin-zabbix() {
|
||||
depends=(uwsgi)
|
||||
pkgdesc="Plugin for zabbix support"
|
||||
install -Dm755 $pkgbase-$pkgver/zabbix_plugin.so $pkgdir/usr/lib/uwsgi/zabbix_plugin.so
|
||||
}
|
||||
|
||||
package_mod_proxy_uwsgi(){
|
||||
depends=(uwsgi apache)
|
||||
pkgdesc="Apache uWSGI proxy module"
|
||||
|
|
Loading…
Reference in a new issue