mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/uwsgi to 2.0.8-3
This commit is contained in:
parent
d043473430
commit
16d0db2bb3
2 changed files with 13 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
# $Id$
|
||||
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
|
||||
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
|
||||
# Contributor: Valentin Hăloiu <vially.ichb+aur@gmail.com>
|
||||
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
||||
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
||||
# Contributor: Kevin Zuber <uKev@knet.eu>
|
||||
# Contributor: Vsevolod Balashov <vsevolod@balashov.name>
|
||||
# Contributor: David Runge <dave@sleepmap.de>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - ripped out pypy stuff
|
||||
|
@ -12,6 +14,7 @@ pkgbase=uwsgi
|
|||
pkgname=(uwsgi
|
||||
uwsgi-plugin-rack
|
||||
uwsgi-plugin-psgi
|
||||
uwsgi-plugin-cgi
|
||||
uwsgi-plugin-python2
|
||||
uwsgi-plugin-python
|
||||
uwsgi-plugin-php
|
||||
|
@ -19,7 +22,7 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-jvm
|
||||
uwsgi-plugin-mono)
|
||||
pkgver=2.0.8
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=(i686 x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -41,7 +44,7 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
|
|||
emperor.uwsgi.socket)
|
||||
|
||||
md5sums=('356b71060aa4c1f0e888dbca03567bd5'
|
||||
'e4d8e243b2faff21ec1353e9b1408103'
|
||||
'30d101f1190ef83b4cc79a2cc079be7e'
|
||||
'752475ee32286acfbafa49b898616817'
|
||||
'4ec6c345df2f9b881f0a6b6c0c95eb1b'
|
||||
'ea381549fe65a5d72fa1abb5ceb7d3ef'
|
||||
|
@ -89,6 +92,12 @@ package_uwsgi() {
|
|||
install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
|
||||
}
|
||||
|
||||
package_uwsgi-plugin-cgi() {
|
||||
depends=(uwsgi)
|
||||
pkgdesc="CGI plugin"
|
||||
install -Dm755 $pkgbase-$pkgver/cgi_plugin.so $pkgdir/usr/lib/uwsgi/cgi_plugin.so
|
||||
}
|
||||
|
||||
package_uwsgi-plugin-rack() {
|
||||
depends=(uwsgi ruby)
|
||||
pkgdesc="Ruby rack plugin"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[uwsgi]
|
||||
plugin_dir = /usr/lib/uwsgi
|
||||
plugins = rack, rbthreads, fiber, psgi, lua, php, jvm, mono
|
||||
plugins = rack, rbthreads, fiber, psgi, lua, php, jvm, mono, cgi
|
||||
main_plugin = systemd_logger,pam
|
||||
inherit = base
|
||||
|
|
Loading…
Reference in a new issue