# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=libblockdev pkgver=2.20 pkgrel=0 pkgdesc="Library for manipulating block devices" url="http://storaged.org/libblockdev/" arch="all" license="GPL-2.0+" depends="" makedepends="cryptsetup-dev dmraid-dev eudev-dev glib-dev kmod-dev lvm2-dev libbytesize-dev nss-dev parted-dev python3 util-linux-dev yaml-dev volume_key-dev" subpackages="$pkgname-dev" source="https://github.com/storaged-project/libblockdev/releases/download/$pkgver-1/libblockdev-$pkgver.tar.gz" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --without-nvdimm make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="7363e05c6854757649ed865f216c71ddc8afd7f1a102a73c0bb4809c4713973462446543d97b696f55f11ea15696e261802567cc545833d16535835c5250ac8b libblockdev-2.20.tar.gz"