# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" WX_GTK_VER="2.8" inherit wxwidgets SRC_URI="mirror://sourceforge/project/wxhexeditor/wxHexEditor/v${PV}%20Alpha/wxHexEditor-v${PV}-src.tar.bz2" DESCRIPTION="wxGTK hexadecimal editor" HOMEPAGE="http://wxhexeditor.sourceforge.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="x11-libs/wxGTK:2.8[X]" RDEPEND="${DEPEND}" S="${WORKDIR}/wxHexEditor" src_compile() { einfo 'Compiling!' emake || die 'Compiling failed!' } src_install() { einfo 'Installing files!' emake DESTDIR="${D}" install || die 'Installation failed!' }