[dev-util/bin_replace_string] New package added

This commit is contained in:
Danilo Pianini
2011-12-13 23:29:39 +01:00
parent 3d2ce0def6
commit 795b4e3348
2 changed files with 27 additions and 0 deletions
@@ -0,0 +1,25 @@
# 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/~ohnobinki/bin_replace_string"
SRC_URI="ftp://ohnopub.net/mirror/bin_replace_string-0.2.tar.bz2"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND="|| ( >=dev-libs/libelf-0.8.13
dev-libs/elfutils )"
DEPEND="doc? ( app-text/txt2man )
${RDEPEND}"
src_configure() {
econf $(use_enable doc)
}