UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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

Template:
Codename: libosinfo
Source file: libosinfo-1.11.0.tar.xz
Source file size: 303944
Source file MD5-checkum: e7e586c0dd61aa73deff7fbe86473d64
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