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-puzzle/icebreaker/icebreaker-1.9.5.ebuild

45 lines
1.1 KiB

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild,v 1.17 2010/10/19 15:14:32 mr_bones_ Exp $
EAPI=2
inherit eutils games
DESCRIPTION="Trap and capture penguins on Antarctica"
HOMEPAGE="http://www.mattdm.org/icebreaker/"
SRC_URI="http://www.mattdm.org/${PN}/1.9.x/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="media-libs/libsdl[video]
media-libs/sdl-mixer"
PATCHES=( "${FILESDIR}"/${P}-ldflags.patch
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-parallell-install.patch )
src_compile() {
emake \
OPTIMIZE="${CFLAGS}" \
prefix=/usr \
bindir="${GAMES_BINDIR}" \
datadir="${GAMES_DATADIR}" \
highscoredir="${GAMES_STATEDIR}" \
|| die "emake failed"
}
src_install() {
emake \
prefix="${D}/usr" \
bindir="${D}${GAMES_BINDIR}" \
datadir="${D}${GAMES_DATADIR}" \
highscoredir="${D}${GAMES_STATEDIR}" install || die
newicon ${PN}_48.bmp ${PN}.bmp
make_desktop_entry ${PN} IceBreaker /usr/share/pixmaps/${PN}.bmp
dodoc ChangeLog README* TODO
prepgamesdirs
}