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

Search

Install

Install this version:

emerge -a =sys-fs/ltfs-9999

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

autounmask =sys-fs/ltfs-9999

Or alternatively:

emerge --autounmask-write -a =sys-fs/ltfs-9999

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
}

Inherited Eclasses

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