UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

libblockdev

libblockdev is a C library supporting GObject Introspection for manipulation of block devices. It has a plugin-based architecture where each technology (like LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly with multiple implementations (e.g. using LVM CLI or the new LVM DBus API).

Package info

Codename: libblockdev
Source file: libblockdev-3.1.1.tar.gz
Source directory: libblockdev-3.1.1
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libblockdev-3.1.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libblockdev-3.1.1.tar.gz.md5sum
Dependances: glib, gobject-introspection, LVM2, cryptsetup, keyutils, libbytesize, libnvme.
Dependance of: multipath-tools, udisks.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
find -name Makefile.in -exec sed -i "s/-Werror//" {} \;

./configure --prefix=/usr      \
            --sysconfdir=/etc  \
            --with-python3     \
            --without-escrow   \
            --without-gtk-doc  \
            --without-lvm      \
            --without-lvm_dbus \
            --without-nvdimm   \
            --without-tools 

Build script:
make

Install script:
make install