2023-08-14 03:34:08 +00:00
|
|
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
|
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
|
|
|
|
|
|
pkgname=qubes-libvchan-xen
|
2024-02-01 21:55:15 +00:00
|
|
|
pkgver=4.2.2
|
|
|
|
pkgrel=0
|
2023-08-14 03:34:08 +00:00
|
|
|
_gittag=v$pkgver
|
|
|
|
pkgdesc="The Qubes core libraries for installation inside a Qubes Dom0 and VM."
|
|
|
|
arch="x86_64"
|
|
|
|
url="https://github.com/QubesOS/qubes-core-vchan-xen"
|
|
|
|
license='GPL'
|
|
|
|
depends="xen"
|
2023-12-08 00:33:57 +00:00
|
|
|
makedepends="xen-dev coreutils"
|
2023-08-14 03:34:08 +00:00
|
|
|
builddir="$srcdir"/qubes-core-vchan-xen-$pkgver
|
|
|
|
subpackages="$pkgname-dev"
|
|
|
|
|
2023-12-08 00:33:57 +00:00
|
|
|
source="
|
|
|
|
$pkgname-$_gittag.tar.gz::https://github.com/QubesOS/qubes-core-vchan-xen/archive/refs/tags/$_gittag.tar.gz
|
|
|
|
39_support-changed-libxenctrl-api-xen418.patch
|
|
|
|
"
|
2023-08-14 03:34:08 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$builddir"/vchan
|
|
|
|
make -f Makefile.linux
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
make install DESTDIR="$pkgdir" LIBDIR=/usr/lib INCLUDEDIR=/usr/include
|
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="
|
2024-02-01 21:55:15 +00:00
|
|
|
dbdd32533b7bcabdf0b2c9df8eac9b3eacc75b3b29467ee4d485420817801544a967826ff450d035109f218f2711624c64adbb190c0a83cbad4df7eb56da344e qubes-libvchan-xen-v4.2.2.tar.gz
|
2023-12-08 00:33:57 +00:00
|
|
|
90a67ff34d3f4aa5a0534fd88192f61e4d1d94cfa26e7b2ae52ecdb0862d5b27500162a7a1eb83db072387a4573f082afdf5482caaf7070d282267ef9e044bad 39_support-changed-libxenctrl-api-xen418.patch
|
2023-08-14 03:34:08 +00:00
|
|
|
"
|