UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

libosinfo

libosinfo is a GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support.

Package info

Codename: libosinfo
Source file: libosinfo-1.11.0.tar.xz
Source directory: libosinfo-1.11.0
Package URL: https://umvirt.com/linux/downloads/0.2/packages/l/libosinfo-1.11.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/l/libosinfo-1.11.0.tar.xz.md5sum
Dependances: libsoup3, osinfo-db.
Dependance of: virt-manager.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

tar -xf ../../osinfo-db-20231215.tar.xz

meson setup ..                                      \
      --prefix=/usr                                 \
      --localstatedir=/var                          \
      -Dwith-usb-ids-path=/usr/share/hwdata/usb.ids \
      -Dwith-pci-ids-path=/usr/share/hwdata/pci.ids


Build script:
cd    build &&
ninja

Install script:
cd    build &&
ninja install