diff --git a/network/library/miniupnpc/actions.py b/network/library/miniupnpc/actions.py index 4c6a687d3b..f064369de8 100644 --- a/network/library/miniupnpc/actions.py +++ b/network/library/miniupnpc/actions.py @@ -9,10 +9,15 @@ from pisi.actionsapi import cmaketools from pisi.actionsapi import shelltools from pisi.actionsapi import get +j = ''.join([ + ' -DCMAKE_BUILD_TYPE=Release', + ' -DCMAKE_INSTALL_PREFIX=/usr', + ' -DUPNPC_BUILD_STATIC=OFF', + ' -Bbuild -L ' + ]) + def setup(): - shelltools.makedirs("build") - shelltools.cd("build") - cmaketools.configure('-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -L', sourceDir = '..') + cmaketools.configure(j) def build(): pythonmodules.compile(pyVer = '3') diff --git a/network/library/miniupnpc/pspec.xml b/network/library/miniupnpc/pspec.xml index 8758c54891..6cf78ea943 100644 --- a/network/library/miniupnpc/pspec.xml +++ b/network/library/miniupnpc/pspec.xml @@ -12,15 +12,15 @@ library miniupnpc is a UPnP Control Point. miniupnpc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology,miniupnpc is a UPnP Control Point. - http://miniupnp.free.fr/files/miniupnpc-2.2.3.tar.gz + http://miniupnp.free.fr/files/miniupnpc-2.2.4.tar.gz cmake python3-devel python3-setuptools - fix_install_for_headers.patch - fix_install_rules_to_account_for_BUILD_var.patch + + @@ -58,6 +58,13 @@ + + 2022-11-10 + 2.2.4 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2022-04-16 2.2.3