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-sports/gracer/gracer-0.1.5.ebuild

52 lines
1.2 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/gracer/gracer-0.1.5.ebuild,v 1.22 2011/09/14 12:37:51 tupone Exp $
EAPI=2
inherit eutils games
DESCRIPTION="3D motor sports simulator"
HOMEPAGE="http://gracer.sourceforge.net/"
SRC_URI="mirror://sourceforge/gracer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="joystick"
DEPEND="x11-libs/libXi
x11-libs/libXmu
virtual/glu
media-libs/freeglut
virtual/opengl
dev-lang/tcl
media-libs/giflib
virtual/jpeg
media-libs/libpng
media-libs/plib"
PATCHES=( "${FILESDIR}"/${PV}-gldefs.patch
"${FILESDIR}"/${PN}-gcc-3.4.patch
"${FILESDIR}/${P}"-gcc41.patch
"${FILESDIR}"/${P}-as-needed.patch
"${FILESDIR}"/${P}-libpng14.patch
"${FILESDIR}"/${P}-png15.patch )
src_configure() {
egamesconf \
--enable-gif \
--enable-jpeg \
--enable-png \
$(use_enable joystick) \
|| die
sed -i \
-e 's:-lplibsl:-lplibsl -lplibul:' $(find -name Makefile) \
|| die "sed Makefiles failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README
prepgamesdirs
}