You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/balloonchase/balloonchase-0.9.6.ebuild

37 lines
1.0 KiB

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.9 2007/03/14 21:24:25 nyhm Exp $
inherit eutils toolchain-funcs games
DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
HOMEPAGE="http://koti.mbnet.fi/makegho/c/bchase/"
SRC_URI="http://koti.mbnet.fi/makegho/c/bchase/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="media-libs/libsdl"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-gentoo.patch
sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed"
sed -i \
-e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c \
|| die 'sed failed'
}
src_install() {
dogamesbin ${PN} || die "dogamesbin failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r images || die "doins failed"
newicon images/kp2b.bmp ${PN}.bmp
make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp
dodoc README
prepgamesdirs
}