mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/uwsgi to 2.0.17.1-2
This commit is contained in:
parent
5a05de0eeb
commit
7257530696
1 changed files with 9 additions and 1 deletions
|
@ -23,9 +23,10 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-jvm
|
||||
uwsgi-plugin-webdav
|
||||
uwsgi-plugin-zabbix
|
||||
uwsgi-plugin-notfound
|
||||
mod_proxy_uwsgi)
|
||||
pkgver=2.0.17.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -92,6 +93,7 @@ build() {
|
|||
python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet2
|
||||
python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent2
|
||||
python2 uwsgiconfig.py --plugin plugins/zabbix archlinux zabbix
|
||||
python2 uwsgiconfig.py --plugin plugins/notfound archlinux notfound
|
||||
|
||||
pushd $srcdir/$pkgbase-$pkgver/apache2
|
||||
/usr/bin/apxs -c mod_proxy_uwsgi.c
|
||||
|
@ -193,6 +195,12 @@ package_uwsgi-plugin-zabbix() {
|
|||
install -Dm755 $pkgbase-$pkgver/zabbix_plugin.so $pkgdir/usr/lib/uwsgi/zabbix_plugin.so
|
||||
}
|
||||
|
||||
package_uwsgi-plugin-notfound() {
|
||||
depends=(uwsgi)
|
||||
pkgdesc="Plugin for notfound support"
|
||||
install -Dm755 $pkgbase-$pkgver/notfound_plugin.so $pkgdir/usr/lib/uwsgi/notfound_plugin.so
|
||||
}
|
||||
|
||||
package_mod_proxy_uwsgi(){
|
||||
depends=(uwsgi apache)
|
||||
pkgdesc="Apache uWSGI proxy module"
|
||||
|
|
Loading…
Reference in a new issue