mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/uwsgi: fix
This commit is contained in:
parent
cb53a085cd
commit
2f45dae4fa
2 changed files with 4 additions and 11 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - ripped out pypy stuff
|
||||
# - dropped mono plugin
|
||||
|
||||
pkgbase=uwsgi
|
||||
pkgname=(uwsgi
|
||||
|
@ -20,7 +21,6 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-php
|
||||
uwsgi-plugin-lua51
|
||||
uwsgi-plugin-jvm
|
||||
uwsgi-plugin-mono
|
||||
uwsgi-plugin-webdav
|
||||
mod_proxy_uwsgi)
|
||||
pkgver=2.0.15
|
||||
|
@ -32,7 +32,7 @@ backup=('etc/uwsgi/emperor.ini')
|
|||
conflicts=(python-$pkgbase)
|
||||
makedepends=(gcc python python2 ruby python2-greenlet python-greenlet php-embed curl libxml2 libyaml
|
||||
perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
|
||||
jansson classpath mono python2-gevent apache)
|
||||
jansson classpath python2-gevent apache)
|
||||
optdepends=('systemd: daemon scripts')
|
||||
source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz"
|
||||
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
|
||||
|
@ -48,7 +48,7 @@ source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz"
|
|||
uwsgi.logrotate)
|
||||
sha512sums=('cb3ce7dc9eb9806151b04b04dc80ac7204cb4ddadf295eea98d5ebbf3a8c02f4b0bfb9a0490997c5edf427e39d3073a2d5b4fe7bd8ec458b30c0aab8e1da9bef'
|
||||
'68eef703de39cb336915e1e9c36b11c65c2d46482407b0234ca245df0e052952abb7dd85b0a1cd4507c78356a3b7a55424524b3aa0997b559b51e7b20eab5e16'
|
||||
'acfe9fb089d1905c3d736dbeaaef7eb1848b4ce8d1f585de653086cf7f90c166a1e493d0b62ba030a4bcf2eca9c919e0d6deea2ea1c0bcb8533d7cb040d2f67c'
|
||||
'ec565a4f31aca5b1b3b4ef5f5270355cc0c1980cc7d12b676f4915ace2425e71c5a2e9aed8a2b057a435f2c03b7d96c96aeae4630b56e6e725eaf2131a77cf48'
|
||||
'4def9dcd06cfc2c6ce554add9d9545a01f3bb2681f0a2a6fc4ba68f91011111803a955cc41b5e70832ca448b196109368fdf874e81b7ec0edee4b51f864e16f7'
|
||||
'c0c1a5c2d31cdb7e0dc878ea3d0b6025532fb640ae7cf4d5f1eed2f89987e625c8dc7844d367283ed560fb3ef37915e3e9199be2e1b06fc4586ca862a653b4b5'
|
||||
'fb51a4d102a1bc7d9f7d4c4f310ee65076bcfbc94b47e2dafdf9b20e99a661c5f938185dcf698437d81409376f0276b966f09b13c8a29462c48612df43c3f3ef'
|
||||
|
@ -177,13 +177,6 @@ package_uwsgi-plugin-jvm() {
|
|||
install -Dm755 $pkgbase-$pkgver/jvm_plugin.so $pkgdir/usr/lib/uwsgi/jvm_plugin.so
|
||||
}
|
||||
|
||||
package_uwsgi-plugin-mono() {
|
||||
depends=(uwsgi mono)
|
||||
pkgdesc="Plugin for mono support"
|
||||
install -Dm755 $pkgbase-$pkgver/plugins/mono/uwsgi.dll $pkgdir/usr/lib/mono/2.0/uwsgi.dll
|
||||
install -Dm755 $pkgbase-$pkgver/mono_plugin.so $pkgdir/usr/lib/uwsgi/mono_plugin.so
|
||||
}
|
||||
|
||||
package_uwsgi-plugin-webdav() {
|
||||
depends=(uwsgi)
|
||||
pkgdesc="Plugin for webdav support"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[uwsgi]
|
||||
plugin_dir = /usr/lib/uwsgi
|
||||
plugins = rack, rbthreads, fiber, psgi, lua, php, jvm, mono, cgi, webdav
|
||||
plugins = rack, rbthreads, fiber, psgi, lua, php, jvm, cgi, webdav
|
||||
main_plugin = systemd_logger,pam
|
||||
inherit = base
|
||||
|
|
Loading…
Reference in a new issue