diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 03:13:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 03:13:41 +0000 |
commit | 164c9cd8bf2f7eaff2fb4d6376959e6916804611 (patch) | |
tree | 09d87bb1182d8bb6a971fbe91437be28dc001738 /dev-games/crystalspace-cvs | |
parent | add skk-jisyo-cdb-200307.ebuild(update) (diff) | |
download | historical-164c9cd8bf2f7eaff2fb4d6376959e6916804611.tar.gz historical-164c9cd8bf2f7eaff2fb4d6376959e6916804611.tar.bz2 historical-164c9cd8bf2f7eaff2fb4d6376959e6916804611.zip |
welcome to dev-games
Diffstat (limited to 'dev-games/crystalspace-cvs')
-rw-r--r-- | dev-games/crystalspace-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | dev-games/crystalspace-cvs/Manifest | 3 | ||||
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild | 49 | ||||
-rw-r--r-- | dev-games/crystalspace-cvs/files/digest-crystalspace-cvs-0.97 | 0 |
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-games/crystalspace-cvs/ChangeLog b/dev-games/crystalspace-cvs/ChangeLog new file mode 100644 index 000000000000..d5cea2fa28e3 --- /dev/null +++ b/dev-games/crystalspace-cvs/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-libs/crystalspace-cvs +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/ChangeLog,v 1.1 2003/07/13 03:13:40 vapier Exp $ + +*crystalspace-cvs-0.97 (03 Apr 2003) + + 03 Apr 2003; Philip Walls <malverian@gentoo.org + crystalspace-cvs-0.97.ebuild : + Initial import. Planeshift requires CVS of CrystalSpace diff --git a/dev-games/crystalspace-cvs/Manifest b/dev-games/crystalspace-cvs/Manifest new file mode 100644 index 000000000000..fcaeb1149077 --- /dev/null +++ b/dev-games/crystalspace-cvs/Manifest @@ -0,0 +1,3 @@ +MD5 0dfb8ad67737a785a50da49955eac7a4 ChangeLog 406 +MD5 c07306d38737a9d01620a5e63ed1ccc3 crystalspace-cvs-0.97.ebuild 1297 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-crystalspace-cvs-0.97 0 diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild new file mode 100644 index 000000000000..c94285949650 --- /dev/null +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.1 2003/07/13 03:13:40 vapier Exp $ + +inherit games cvs +ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" +ECVS_MODULE="CS" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="portable 3D Game Development Kit written in C++" +SRC_URI="" +HOMEPAGE="http://crystal.sourceforge.net/" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~x86 ~ppc" + +DEPEND=">=media-libs/libpng-1.2.1 + >=media-libs/jpeg-6b + mng? ( media-libs/libmng ) + mikmod? ( media-libs/libmikmod ) + 3ds? ( media-libs/lib3ds ) + freetype? ( >=media-libs/freetype-2.0 ) + openal? ( media-libs/openal ) + zlib? ( sys-libs/zlib ) + oggvorbis? ( >=media-libs/libogg-1.0 + >=media-libs/libvorbis-1.0 ) + x86? ( dev-lang/nasm ) + dev-libs/ode + >=dev-lang/perl-5.6.1 + !dev-libs/crystalspace" + +CRYSTAL_PREFIX=${GAMES_PREFIX_OPT}/crystal + +src_compile() { + ./configure --prefix=${CRYSTAL_PREFIX} || die + emake all || die +} + +src_install() { + dodir ${CRYSTAL_PREFIX} + make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die + + dodir ${GAMES_BINDIR} + dosym ${CRYSTAL_PREFIX}/bin/cs-config ${GAMES_BINDIR}/cs-config + + prepgamesdirs +} diff --git a/dev-games/crystalspace-cvs/files/digest-crystalspace-cvs-0.97 b/dev-games/crystalspace-cvs/files/digest-crystalspace-cvs-0.97 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/dev-games/crystalspace-cvs/files/digest-crystalspace-cvs-0.97 |