# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" inherit cmake-utils eutils flag-o-matic MY_PV=${PN}_${PV} SRC_URI="http://downloads.tuxfamily.org/slime/debian/dists/stable/main/source/${MY_PV}.tar.gz" DESCRIPTION="Greate and simple volley multiplayer game" HOMEPAGE="http://slime.tuxfamily.org/down.php?sid=ed62e8b1528b617bb97b82aa0149d270" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="media-libs/libsdl media-libs/sdl-image media-libs/sdl-ttf " #LANGS="bg ca cs de en_US es eu fi fr gl hu it ja ka ko ku mk nl pl pt_BR pt_PT sk sr sv tr zh_CN zh_TW" #NOLONGLANGS="ar_SY el_GR ro_RO ru_RU sl_SI uk_UA" #src_configure() { # cmake-utils_src_configure #} src_install() { cmake-utils_src_install dosym /usr/games/${PN} /usr/bin/${PN} newmenu "/usr/share/applications/${PN}.desktop" "${PN}.desktop" || die "domenu failed" doicon /usr/share/pixmaps/slimevolley.xpm || die "doicon failed" }