# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit autotools-utils eutils DESCRIPTION="An interactive, graphical, single player puzzle" HOMEPAGE="http://www.gnu.org/software/gnubik/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="nls debug" DEPEND="nls? ( >=sys-devel/gettext ) x11-libs/libX11 virtual/opengl >=x11-libs/gtk+-2.12:2 x11-libs/gtkglext >=dev-scheme/guile-1.8.0" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${PV}/scm-null-gentoo.patch } src_configure() { local myeconfargs=( $(use_enable nls) --with-x ) autotools-utils_src_configure }