mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/apache2-mod-wsgi: fix post-install script not running
Fixes 8bf03a1113
testing/apache2-mod-wsgi: upgrade to 4.4.11
This commit is contained in:
parent
b915fe492e
commit
a82f3fe905
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
pkgname=apache2-mod-wsgi
|
pkgname=apache2-mod-wsgi
|
||||||
_realname=mod_wsgi
|
_realname=mod_wsgi
|
||||||
pkgver=5.0.1
|
pkgver=5.0.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Python WSGI Module for Apache2"
|
pkgdesc="Python WSGI Module for Apache2"
|
||||||
url="https://github.com/GrahamDumpleton/mod_wsgi"
|
url="https://github.com/GrahamDumpleton/mod_wsgi"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -11,6 +11,7 @@ license="Apache-2.0"
|
||||||
depends="apache2"
|
depends="apache2"
|
||||||
makedepends="apache2-dev python3-dev"
|
makedepends="apache2-dev python3-dev"
|
||||||
options="!check" # no tests provided
|
options="!check" # no tests provided
|
||||||
|
install="$pkgname.post-install"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/mod_wsgi/archive/$pkgver.tar.gz
|
source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/mod_wsgi/archive/$pkgver.tar.gz
|
||||||
$pkgname.apache2.conf"
|
$pkgname.apache2.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue