dwz-0.9.ebuild 461 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="DWARF optimization and duplicate removal tool"
  5. HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
  6. SRC_URI="mirror://gentoo/${P}.tar.xz"
  7. LICENSE="GPL-2+ GPL-3+"
  8. SLOT="0"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. DEPEND="dev-libs/elfutils"
  12. RDEPEND="${DEPEND}"
  13. src_prepare() {
  14. sed -i \
  15. -e '/^CFLAGS/d' \
  16. Makefile || die "sed failed"
  17. }