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/shaaft/shaaft-0.5.0.ebuild

59 lines
1.3 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/shaaft/shaaft-0.5.0.ebuild,v 1.15 2011/09/17 16:22:20 ssuominen Exp $
EAPI=2
inherit autotools eutils games
DESCRIPTION="A falling block game similar to Blockout"
HOMEPAGE="http://packages.gentoo.org/package/games-puzzle/shaaft"
SRC_URI="mirror://sourceforge/criticalmass/${P/s/S}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/opengl
sys-libs/zlib
media-libs/libpng
media-libs/libsdl[audio,opengl,video]
media-libs/sdl-mixer[mikmod]
media-libs/sdl-image[png]"
S=${WORKDIR}/${P/s/S}
src_prepare() {
sed -i \
-e 's:DATA_DIR:"'${GAMES_DATADIR}'\/'${PN/s/S}\/'":g' \
game/main.cpp \
|| die "sed main.cpp failed"
sed -i \
-e 's:png12:png:g' \
-e '/^CFLAGS=""/d' \
-e '/^CXXFLAGS=""/d' \
configure.in || die
epatch \
"${FILESDIR}"/${P}-gcc34.patch \
"${FILESDIR}"/${P}-gcc41.patch \
"${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-libpng15.patch
eautoreconf
}
src_configure() {
egamesconf \
--disable-dependency-tracking \
--disable-optimize
}
src_install() {
emake DESTDIR="${D}" install || die
rm -f "${D}/${GAMES_BINDIR}"/Packer
dodoc TODO.txt
prepgamesdirs
}