sys-block/sedutil - 1.20.0-r1 (sinustrom)

Search

Package Information

Description:
The Drive Trust Alliance Self Encrypting Drive Utility
Homepage:
https://github.com/Drive-Trust-Alliance/sedutil
License:
GPL-3+

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="The Drive Trust Alliance Self Encrypting Drive Utility"
HOMEPAGE="https://github.com/Drive-Trust-Alliance/sedutil"
SRC_URI="https://github.com/Drive-Trust-Alliance/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

PATCHES=(
	"${FILESDIR}/${P}-Add-option-to-use-non-ascii-passwords.patch"
	"${FILESDIR}/${P}-Option-to-print-the-password-hash.patch"
	"${FILESDIR}/${P}-Add-S3-sleep-support-for-Linux.patch"
	"${FILESDIR}/${P}-Fix-lockingrange.patch"
	"${FILESDIR}/${P}-uint8.patch"
)

src_prepare() {
	default
	# https://github.com/Drive-Trust-Alliance/sedutil/pull/49
	sed 's: -Werror: :g' \
		-i configure.ac \
		-i Makefile.am || die
	eautoreconf
}