dev-python/pip: arm64 stable (bug #719946)
[gentoo.git] / dev-util / bin_replace_string / bin_replace_string-0.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="A tool to edit C strings in compiled binaries"
7 HOMEPAGE="http://ohnopub.net/~ohnobinki/bin_replace_string"
8 SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2"
9
10 LICENSE="AGPL-3"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86 ~amd64-linux"
13
14 RDEPEND="virtual/libelf:0"
15 DEPEND="${RDEPEND}"
16 BDEPEND="app-text/txt2man"
17
18 src_configure() {
19         econf --enable-doc
20 }