# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last # /space/gentoo/cvsroot/gentoo-x86/skel.build,v 1.11 2001/12/06 22:12:34 drobbins Exp S=${WORKDIR}/${P} DESCRIPTION="TORCS car simulator." # Point to any required sources; these will be automatically # downloaded by Portage. SRC_URI="http://prdownloads.sourceforge.net/torcs/${P}-all-src.tgz" HOMEPAGE="http://torcs.org" DEPEND=">=plib-1.4.2" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die cd /usr/local/games/torcs tar -zxvf ${S}/torcs-data-xxx.tgz tar -zxvf ${S}/torcs-tracks-xxx.tgz tar -zxvf ${S}/torcs-cars-xxx.tgz }