# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils autotools games DESCRIPTION="A game about an evil hacker called Bill!" HOMEPAGE="https://github.com/Xylemon/xlennart" SRC_URI="https://github.com/Xylemon/xlennart/archive/1.1.1/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="alpha amd64 ppc x86" IUSE="gtk" RDEPEND="gtk? ( x11-libs/gtk+:2 ) !gtk? ( x11-libs/libXaw )" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { # epatch \ # "${FILESDIR}"/${P}-gtk2.patch \ # "${FILESDIR}"/${P}-gentoo.patch eautoreconf } src_configure() { egamesconf \ --disable-motif \ $(use_enable gtk) \ $(use_enable !gtk athena) } src_install() { default newicon pixmaps/icon.xpm ${PN}.xpm make_desktop_entry ${PN} XLennart ${PN} prepgamesdirs }