UmVirt LFS Package info
DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
usbredir
usbredir is the name of a network protocol for sending USB device traffic over a network connection. It is also the name of the software package offering a parsing library, a usbredirhost library and several utilities implementing this protocol.Package info
Template: meson
Codename: usbredir
Source file: usbredir-0.15.0.tar.xz
Source file size: 70308
Source file MD5-checkum: 5ebe2bb840fd538a95c9089d0a782458
Source directory: usbredir-0.15.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/u/usbredir-0.15.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/u/usbredir-0.15.0.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--localstatedir=/var
Build script:
cd build
ninja
Install script:
cd build
ninja install