# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/wxhexeditor/wxhexeditor-0.11.ebuild,v 1.1 2011/08/19 04:44:27 dirtyepic Exp $ EAPI=4 WX_GTK_VER="2.8" inherit eutils wxwidgets MY_PN="wxHexEditor" DESCRIPTION="A cross-platform hex editor designed specially for large files." HOMEPAGE="http://www.hexeditor.eu/" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-crypt/mhash dev-libs/udis86 x11-libs/wxGTK:2.8[X]" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch }