summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-15 23:59:39 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-15 23:59:39 +0000
commit02e5e2d4e6ad5ff66bc05844ee20673f27f3355c (patch)
tree1ec120a811a873f280a2c95be8eef172adb3328b /dev-games/cel-cvs
parentbugfix for setup.py (diff)
downloadhistorical-02e5e2d4e6ad5ff66bc05844ee20673f27f3355c.tar.gz
historical-02e5e2d4e6ad5ff66bc05844ee20673f27f3355c.tar.bz2
historical-02e5e2d4e6ad5ff66bc05844ee20673f27f3355c.zip
dev pkg not a game
Diffstat (limited to 'dev-games/cel-cvs')
-rw-r--r--dev-games/cel-cvs/cel-cvs-0.97.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-games/cel-cvs/cel-cvs-0.97.ebuild b/dev-games/cel-cvs/cel-cvs-0.97.ebuild
index c04b39fadca1..0a6b38d6dd4a 100644
--- a/dev-games/cel-cvs/cel-cvs-0.97.ebuild
+++ b/dev-games/cel-cvs/cel-cvs-0.97.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel-cvs/cel-cvs-0.97.ebuild,v 1.3 2003/07/13 04:59:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel-cvs/cel-cvs-0.97.ebuild,v 1.4 2003/07/15 23:58:24 vapier Exp $
-inherit games cvs
+inherit cvs
ECVS_SERVER="cvs.cel.sourceforge.net:/cvsroot/cel"
ECVS_MODULE="cel"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
@@ -20,8 +20,8 @@ DEPEND="dev-games/crystalspace
dev-util/jam
!dev-games/cel-cvs"
-CEL_PREFIX=${GAMES_PREFIX_OPT}/crystal
-CS_PREFIX=${GAMES_PREFIX_OPT}/crystal
+CEL_PREFIX=/opt/crystal
+CS_PREFIX=/opt/crystal
src_compile() {
./autogen.sh || die
@@ -35,6 +35,5 @@ src_install() {
# attention don't put a / between ${D} and ${CEL_PREFIX} jam has a bug where
# it fails with 3 following slashes.
jam -sFILEMODE=0640 -sEXEMODE=0750 -sprefix=${D}${CEL_PREFIX} install || die
- dogamesbin cel.cex
- prepgamesdirs
+ dobin cel.cex
}