diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-02-03 15:35:22 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-02-03 15:35:56 -0800 |
commit | e2c3f18958c9feb601159bac9d439365d5ab6b56 (patch) | |
tree | 4a6dba73f187c83567bc1f0059295be396c4a0a2 /sys-block/sedutil/sedutil-1.20.0.ebuild | |
parent | dev-tex/pgf: version bump to 3.1.9a (diff) | |
download | gentoo-e2c3f18958c9feb601159bac9d439365d5ab6b56.tar.gz gentoo-e2c3f18958c9feb601159bac9d439365d5ab6b56.tar.bz2 gentoo-e2c3f18958c9feb601159bac9d439365d5ab6b56.zip |
sys-block/sedutil: add 1.20.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-block/sedutil/sedutil-1.20.0.ebuild')
-rw-r--r-- | sys-block/sedutil/sedutil-1.20.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-block/sedutil/sedutil-1.20.0.ebuild b/sys-block/sedutil/sedutil-1.20.0.ebuild new file mode 100644 index 000000000000..07ea9f298216 --- /dev/null +++ b/sys-block/sedutil/sedutil-1.20.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 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 ~ppc64 ~x86" + +src_prepare() { + default + # https://github.com/Drive-Trust-Alliance/sedutil/pull/49 + sed 's: -Werror: :g' \ + -i configure.ac \ + -i Makefile.am || die + eautoreconf +} |