Files
@ 1891cde53d37
Branch filter:
Location: ohnobinki_overlay/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild - annotation
1891cde53d37
521 B
application/vnd.gentoo.ebuild
dev-libs/libstrl: Fix installation of docs to place them into /usr/share/doc/${PF}.
(Portage version: 2.2.0_alpha2-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha2-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e 617045b5381e | # Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit base
DESCRIPTION="A tool to edit C strings in compiled binaries"
HOMEPAGE="http://ohnopub.net/hg/bin_replace_string"
SRC_URI="ftp://mirror.calvin.edu/~binki/${P}.tar.bz2"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
RDEPEND="|| ( >=dev-libs/libelf-0.8.13
dev-libs/elfutils )"
DEPEND="doc? ( app-text/txt2man )
${RDEPEND}"
src_configure() {
econf $(use_enable doc)
}
|