mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/uwsgi to 2.0.19.1-8
This commit is contained in:
parent
14429e6fdc
commit
b76752a62c
1 changed files with 4 additions and 3 deletions
|
@ -23,13 +23,13 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-zabbix
|
||||
uwsgi-plugin-notfound)
|
||||
pkgver=2.0.19.1
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
arch=(x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
backup=('etc/uwsgi/emperor.ini')
|
||||
conflicts=(python-$pkgbase)
|
||||
makedepends=(gcc python ruby python-greenlet php-embed curl libxml2 libyaml
|
||||
makedepends=(gcc python ruby python-greenlet php7-embed curl libxml2 libyaml
|
||||
perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
|
||||
jansson classpath python-gevent systemd)
|
||||
optdepends=('systemd: daemon scripts')
|
||||
|
@ -79,6 +79,7 @@ build() {
|
|||
pushd "$srcdir"/$pkgbase-$pkgver
|
||||
|
||||
export UWSGICONFIG_LUAPC='lua51'
|
||||
export UWSGICONFIG_PHPPATH='/usr/bin/php-config7'
|
||||
|
||||
python uwsgiconfig.py --build archlinux
|
||||
python uwsgiconfig.py --plugin plugins/python archlinux python
|
||||
|
@ -144,7 +145,7 @@ package_uwsgi-plugin-lua51() {
|
|||
}
|
||||
|
||||
package_uwsgi-plugin-php() {
|
||||
depends=(uwsgi php-embed libyaml jansson)
|
||||
depends=(uwsgi php7-embed libyaml jansson)
|
||||
pkgdesc="Plugin for PHP support"
|
||||
install -Dm755 $pkgbase-$pkgver/php_plugin.so "$pkgdir"/usr/lib/uwsgi/php_plugin.so
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue