Files
@ d2e8c7ed87b4
Branch filter:
Location: ohnobinki_overlay/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild - annotation
d2e8c7ed87b4
521 B
application/vnd.gentoo.ebuild
dev-util/jsmin: Make ready for gentoo-sunrise for bug 348903.
(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)
}
|