sys-block/ublksrv - 1.6 (guru)

Search

Install

Install this version:

emerge -a =sys-block/ublksrv-1.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-block/ublksrv-1.6

Or alternatively:

emerge --autounmask-write -a =sys-block/ublksrv-1.6

Package Information

Description:
Userspace block device driver
Homepage:
https://github.com/ublk-org/ublksrv
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.6 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Userspace block device driver"
HOMEPAGE="https://github.com/ublk-org/ublksrv"
SRC_URI="https://github.com/ublk-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="gnutls debug"

DEPEND="
	gnutls? ( net-libs/gnutls )
	sys-libs/liburing
"
RDEPEND="${DEPEND}"

src_prepare() {
	default

	eautoreconf
}

src_configure() {
	local myeconfargs=(
		$(use_with gnutls)
		$(use_enable debug)
	)

	econf "${myeconfargs[@]}"
}

src_install() {
	default

	find "${ED}" -name '*.la' -delete || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-block/ublksrv | euse -E <flag> -p sys-block/ublksrv | euse -D <flag> -p sys-block/ublksrv

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	gnutls? ( net-libs/gnutls )
	sys-libs/liburing

RDEPEND

	gnutls? ( net-libs/gnutls )
	sys-libs/liburing

Manifest for 1.6

Type File Size Source URLs
DIST ublksrv-1.6.tar.gz 429137 bytes https://github.com/ublk-org/ublksrv/archive/refs/tags/v1.6.tar.gz