# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # # ebuild Contributed by John Ratliff # SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc" DESCRIPTION="A program to decode .CHT files in Snes9x and ZNSES to plain text." SRC_URI="http://games.technoplaza.net/chtdecoder/wx/history/wxchtdecoder-${PV}.tar.bz2" HOMEPAGE="http://games.technoplaza.net/" RDEPEND=">=x11-libs/wxGTK-2.4.2" DEPEND="${RDEPEND} >=sys-devel/gcc-3.3.1" src_install() { dobin src/wxchtdecoder dodoc doc/wxchtdecoder.txt }