# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit autotools base games DESCRIPTION="cue sports simulator, aimed for physical accuracy and simplicity" HOMEPAGE="http://www.nongnu.org/billiards/" SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-games/techne" RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { # Fix configure.ac for lua sed -i -e "s/lua5.1/lua/" \ -e "s/luac\]\]/luac]/" configure.ac || die eautoreconf } src_configure() { egamesconf --docdir=/usr/share/doc/${PF} \ techne=${GAMES_BINDIR}/techne } src_install() { base_src_install prepgamesdirs }