summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/dwz/dwz-0.9.ebuild')
-rw-r--r--sys-devel/dwz/dwz-0.9.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-devel/dwz/dwz-0.9.ebuild b/sys-devel/dwz/dwz-0.9.ebuild
new file mode 100644
index 000000000000..a57abe878320
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="http://sourceware.org/git/?p=dwz.git;a=summary"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/elfutils"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -i \
+ -e '/^CFLAGS/d' \
+ Makefile || die "sed failed"
+}