Files
@ d41960b837db
Branch filter:
Location: ohnobinki_overlay/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild - annotation
d41960b837db
521 B
application/vnd.gentoo.ebuild
Add Calvin's mirror.calvin.edu to the list of my mirrors.
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)
}
|