spice-protocol: fix PKGCONFIG_OVERRIDE, set PYTHON_FOR_BUILD_ONLY

bump PKGREVISION
This commit is contained in:
nia 2021-04-12 11:18:21 +00:00
parent 76d8fc7955
commit 5e92cd0d04

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.14 2020/11/01 19:35:42 maya Exp $
# $NetBSD: Makefile,v 1.15 2021/04/12 11:18:21 nia Exp $
DISTNAME= spice-protocol-0.14.3
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://spice-space.org/download/releases/
EXTRACT_SUFX= .tar.xz
@ -13,7 +14,10 @@ LICENSE= modified-bsd AND mit
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= spice-protocol.pc.in
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE+= output/meson-private/spice-protocol.pc
PYTHON_FOR_BUILD_ONLY= tool
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"