# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-demo/quake3-demo-1.11.ebuild,v 1.21 2007/01/05 00:00:35 wolf31o2 Exp $ inherit eutils games DESCRIPTION="the playable demo of Quake III Arena by Id Software" HOMEPAGE="http://www.idsoftware.com/games/quake/quake3-arena/" SRC_URI="mirror://idsoftware/quake3/linux/linuxq3ademo-${PV}-6.x86.gz.sh mirror://3dgamers/quake3arena/linuxq3ademo-${PV}-6.x86.gz.sh" LICENSE="Q3AEULA" SLOT="0" KEYWORDS="-* amd64 x86" RESTRICT="strip" IUSE="opengl dedicated 3dfx" UIDEPEND="virtual/opengl x86? ( x11-libs/libXext x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp ) amd64? ( app-emulation/emul-linux-x86-xlibs || ( >=app-emulation/emul-linux-x86-xlibs-7.0 x11-drivers/nvidia-drivers x11-drivers/nvidia-legacy-drivers >=x11-drivers/ati-drivers-8.8.25-r1 ) )" RDEPEND="sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emul-linux-x86-baselibs ) opengl? ( ${UIDEPEND} ) !dedicated? ( !opengl? ( ${UIDEPEND} ) )" S=${WORKDIR} GAMES_CHECK_LICENSE="yes" src_unpack() { unpack_makeself } src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} dodir ${dir} cp -rf Help ${D}/${dir}/ cp -rf demoq3 ${D}/${dir}/ exeinto ${dir} newexe bin/x86/glibc-2.0/q3ded q3ded.x86 newexe bin/x86/glibc-2.0/q3demo q3demo.x86 use 3dfx && doexe bin/x86/glibc-2.0/libMesaVoodooGL.so* #use opengl && dosym /usr/lib/libGL.so ${dir}/libGL.so doexe ${FILESDIR}/{q3demo,q3demo-ded} dodir ${GAMES_BINDIR} dosym ${dir}/q3demo ${GAMES_BINDIR}/q3demo dosym ${dir}/q3demo-ded ${GAMES_BINDIR}/q3demo-ded dosed "s:GENTOO_DIR:${dir}:" ${dir}/q3demo dosed "s:GENTOO_DIR:${dir}:" ${dir}/q3demo-ded insinto ${dir} doins README icon.* make_desktop_entry q3demo "Quake III (Demo)" prepgamesdirs } pkg_postinst() { games_pkg_postinst einfo "To play the game run:" einfo " q3demo" }