sys-fs/ltfs - 9999 (gentoo-zh)

Search

Package Information

Description:
LTFS for LTO tapes
Homepage:
https://github.com/LinearTapeFileSystem/ltfs
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="LTFS for LTO tapes"
HOMEPAGE="https://github.com/LinearTapeFileSystem/ltfs"
EGIT_REPO_URI="https://github.com/LinearTapeFileSystem/ltfs.git"

inherit git-r3 autotools

LICENSE="BSD"
SLOT="0"

RDEPEND="
	dev-libs/libxml2
	dev-libs/icu
	sys-fs/fuse:0
	net-analyzer/net-snmp
"

DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	eapply_user
	eautoreconf
}

Dependencies

DEPEND

	dev-libs/libxml2
	dev-libs/icu
	sys-fs/fuse:0
	net-analyzer/net-snmp

RDEPEND

	dev-libs/libxml2
	dev-libs/icu
	sys-fs/fuse:0
	net-analyzer/net-snmp

BDEPEND

virtual/pkgconfig