# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit cmake-utils games DESCRIPTION="A simple volleyball game" HOMEPAGE="http://slime.tuxfamily.org/index.php" SRC_URI="http://downloads.tuxfamily.org/slime/debian/dists/stable/main/source/${PN}_${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="media-libs/libsdl[X,audio,video] media-libs/sdl-ttf media-libs/sdl-image[png] media-libs/sdl-net" DEPEND="${RDEPEND} sys-devel/gettext" src_prepare() { sed -i \ -e '/^Encoding/d' \ debian/${PN}.desktop || die sed -i \ -e "/DESTINATION/s:games:${GAMES_BINDIR}:" \ CMakeLists.txt || die } src_configure() { cmake-utils_src_configure } src_compile() { cmake-utils_src_compile } src_install() { cmake-utils_src_install dodoc CREDIT proto_reseau.txt README sv_portable.txt TODO prepgamesdirs }