uwsgi: fix wrong target names for plugins

This commit is contained in:
Pulux 2021-06-22 14:01:06 +02:00 committed by Érico Nogueira Rolim
parent 73e052cfc8
commit eaabf0fe56

View file

@ -1,12 +1,12 @@
# Template file for 'uwsgi'
pkgname=uwsgi
version=2.0.19.1
revision=1
revision=2
hostmakedepends="python3"
makedepends="python3-devel"
short_desc="Fast, self-healing application container server"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-linking-exception"
license="GPL-2.0-only WITH GCC-exception-2.0"
homepage="http://projects.unbit.it/uwsgi"
distfiles="https://github.com/unbit/uwsgi/archive/${version}.tar.gz"
checksum=bf17cdbb9bd8bcb7c1633e34d9d7308cb4cc19eb0ff2d61057f840c1ba1fc41b
@ -44,13 +44,13 @@ do_install() {
uwsgi-python3_package() {
short_desc="$short_desc (Python3 plugin)"
pkg_install() {
vcopy python3_plugin.so $_libdir
vinstall python3_plugin.so 644 $_libdir
}
}
uwsgi-cgi_package() {
short_desc="$short_desc (CGI plugin)"
pkg_install() {
vcopy cgi_plugin.so $_libdir
vinstall cgi_plugin.so 644 $_libdir
}
}