From f71016072ae392f6dfcccc503f8f6580ec598032 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sun, 28 Jul 2019 17:01:32 +0200 Subject: [PATCH] New package: LookingGlass-B1 --- srcpkgs/LookingGlass/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/LookingGlass/template diff --git a/srcpkgs/LookingGlass/template b/srcpkgs/LookingGlass/template new file mode 100644 index 00000000000..3a962aa8c9b --- /dev/null +++ b/srcpkgs/LookingGlass/template @@ -0,0 +1,21 @@ +# Template file for 'LookingGlass' +pkgname=LookingGlass +version=B1 +revision=1 +archs="x86_64*" +build_wrksrc=client +build_style=cmake +configure_args="-DCMAKE_EXE_LINKER_FLAGS=-ldl" +hostmakedepends="pkg-config" +makedepends="SDL2-devel SDL2_ttf-devel binutils-devel fontconfig-devel gmp-devel + libX11-devel nettle-devel spice-devel" +short_desc="Low latency KVMFR implementation for guests with VGA PCI Passthrough" +maintainer="bra1nwave " +license="GPL-2.0-or-later" +homepage="https://github.com/gnif/LookingGlass" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=fa9b3b380f451551c8b40b56a3e873607aa066e8333b7baacd0ed21a05bbb5c5 + +case "$XBPS_TARGET_MACHINE" in + x86_64-musl) configure_args+=" -DENABLE_BACKTRACE=OFF" ;; +esac