mod_wsgi: switch to INSTALL.msg.
This commit is contained in:
parent
77d24004c4
commit
a767f3854a
2 changed files with 3 additions and 11 deletions
|
@ -1,8 +1,3 @@
|
|||
# Instructions for loading mod_wsgi.
|
||||
#
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
cat << _EOF
|
||||
==========================================================================
|
||||
|
||||
To enable ${PKGNAME} in the Apache HTTP server, add the following line
|
||||
|
@ -12,9 +7,6 @@ into /etc/httpd/httpd.conf:
|
|||
|
||||
and reload the Apache daemon with:
|
||||
|
||||
$ /etc/init.d/apache reload
|
||||
# sv restart apache
|
||||
|
||||
==========================================================================
|
||||
_EOF
|
||||
;;
|
||||
esac
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mod_wsgi'
|
||||
pkgname=mod_wsgi
|
||||
version=3.5
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
|
@ -11,4 +11,4 @@ homepage="https://modwsgi.org"
|
|||
license="APL-2.0"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="https://github.com/GrahamDumpleton/$pkgname/archive/$version.tar.gz"
|
||||
checksum=f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93
|
||||
checksum=f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93
|
||||
|
|
Loading…
Reference in a new issue