diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 05:27:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 05:27:31 +0000 |
commit | 0c0186e57f9c188f3c71c04a35825c8e134cf141 (patch) | |
tree | 764612f703bdba5335d790064606b1f53a330c24 /games-strategy/castle-combat | |
parent | minor version update. resolves bug 27641 (diff) | |
download | gentoo-2-0c0186e57f9c188f3c71c04a35825c8e134cf141.tar.gz gentoo-2-0c0186e57f9c188f3c71c04a35825c8e134cf141.tar.bz2 gentoo-2-0c0186e57f9c188f3c71c04a35825c8e134cf141.zip |
mmm strategy games
Diffstat (limited to 'games-strategy/castle-combat')
-rw-r--r-- | games-strategy/castle-combat/ChangeLog | 15 | ||||
-rw-r--r-- | games-strategy/castle-combat/Manifest | 3 | ||||
-rw-r--r-- | games-strategy/castle-combat/castle-combat-0.7.4.ebuild | 41 | ||||
-rw-r--r-- | games-strategy/castle-combat/files/digest-castle-combat-0.7.4 | 1 |
4 files changed, 60 insertions, 0 deletions
diff --git a/games-strategy/castle-combat/ChangeLog b/games-strategy/castle-combat/ChangeLog new file mode 100644 index 000000000000..4d0c50025069 --- /dev/null +++ b/games-strategy/castle-combat/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-games/castle-combat +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.1 2003/09/10 05:27:31 vapier Exp $ + + 12 Jul 2003; Michael Sterrett <msterret@gentoo.org> + castle-combat-0.7.4.ebuild: + fix DESCRIPTION + +*castle-combat-0.7.4 (07 Jul 2003) + + 07 Jul 2003; Michael Sterrett <msterret@gentoo.org> + castle-combat-0.7.4.ebuild: + Seems like this was in CVS as one point as was removed. No idea why + but I'm adding it back. (bug 17397) + diff --git a/games-strategy/castle-combat/Manifest b/games-strategy/castle-combat/Manifest new file mode 100644 index 000000000000..935a9083a170 --- /dev/null +++ b/games-strategy/castle-combat/Manifest @@ -0,0 +1,3 @@ +MD5 c20a365ca7b572f673ca752a55f0c0cf castle-combat-0.7.4.ebuild 1040 +MD5 7500ddb36ab91a68a32c1c743f9ef624 ChangeLog 563 +MD5 37e5708f0a9f145368ab18e210450934 files/digest-castle-combat-0.7.4 72 diff --git a/games-strategy/castle-combat/castle-combat-0.7.4.ebuild b/games-strategy/castle-combat/castle-combat-0.7.4.ebuild new file mode 100644 index 000000000000..0ac1a32ae254 --- /dev/null +++ b/games-strategy/castle-combat/castle-combat-0.7.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.7.4.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ + +inherit games + +DESCRIPTION="A clone of the old arcade game Rampart" +HOMEPAGE="http://www.linux-games.com/castle-combat/" +SRC_URI="http://user.cs.tu-berlin.de/~karlb/castle-combat/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +RDEPEND="virtual/glibc + sys-libs/zlib + media-libs/libpng + media-libs/libsdl + media-libs/sdl-net + media-libs/sdl-mixer" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + cd ${S} + # dist file seems to include a copy of SDL_net. Take it out so we link + # against the system copy instead. + sed -i -e "s/SDL_net//" src/Makefile.in || die "sed src/Makefile.in failed" +} + +src_compile() { + egamesconf || die + emake || die +} + +src_install() { + make install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog README TODO || die "dodoc failed" + prepgamesdirs +} diff --git a/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 b/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 new file mode 100644 index 000000000000..b1b3e96f63b9 --- /dev/null +++ b/games-strategy/castle-combat/files/digest-castle-combat-0.7.4 @@ -0,0 +1 @@ +MD5 1cf225fbcfbee2b9a00757609fd054bb castle-combat-0.7.4.tar.gz 1694096 |