# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit wxlib DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" SLOT="2.5" KEYWORDS="~x86 ~x86-fbsd ~amd64" src_compile() { configure_build base unicode "--disable-gui" } src_install() { install_build base wxlib_src_install }