diff options
-rw-r--r-- | games-strategy/crimson/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.3.7.ebuild | 45 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.3.7 | 1 |
3 files changed, 52 insertions, 1 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index 56675b758ff3..25c988c6893b 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/crimson # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.2 2003/09/10 15:50:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.3 2003/10/13 15:44:09 vapier Exp $ + +*crimson-0.3.7 (13 Oct 2003) + + 13 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump. *crimson-0.3.6 (04 Sep 2003) diff --git a/games-strategy/crimson/crimson-0.3.7.ebuild b/games-strategy/crimson/crimson-0.3.7.ebuild new file mode 100644 index 000000000000..0da0ef58677e --- /dev/null +++ b/games-strategy/crimson/crimson-0.3.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.3.7.ebuild,v 1.1 2003/10/13 15:44:09 vapier Exp $ + +inherit games + +DESCRIPTION="tactical war game in the tradition of Battle Isle" +HOMEPAGE="http://crimson.seul.org/" +SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="zlib" + +DEPEND=">=libsdl-1.1.5 + >=sdl-mixer-1.2.4 + dev-libs/libxslt + zlib? ( sys-libs/zlib )" + +src_compile() { + egamesconf \ + `use_enable zlib` \ + --enable-cfed \ + --enable-bi2cf \ + --enable-comet \ + || die + emake || die "emake failed" +} + +src_install() { + make install DESTDIR=${D} || die "make install failed" + dodoc NEWS README* THANKS TODO + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + echo + ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." + echo + einfo "If you have older save files and you wish to continue those games," + einfo "you'll need to remerge the version with which you started" + einfo "those save-games." +} diff --git a/games-strategy/crimson/files/digest-crimson-0.3.7 b/games-strategy/crimson/files/digest-crimson-0.3.7 new file mode 100644 index 000000000000..d7f32f14f195 --- /dev/null +++ b/games-strategy/crimson/files/digest-crimson-0.3.7 @@ -0,0 +1 @@ +MD5 fa68b949f38e02523ce2be76fafcf412 crimson-0.3.7.tar.bz2 526040 |