diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-21 00:53:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-21 00:53:15 +0000 |
commit | 7e700e19c8775ba14a4949be2286b4608284fd1a (patch) | |
tree | 0f056660650a8dd85d7878ba593f0f53904259ce /games-misc/OilWar | |
parent | Added to ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-7e700e19c8775ba14a4949be2286b4608284fd1a.tar.gz gentoo-2-7e700e19c8775ba14a4949be2286b4608284fd1a.tar.bz2 gentoo-2-7e700e19c8775ba14a4949be2286b4608284fd1a.zip |
initial ebuild
Diffstat (limited to 'games-misc/OilWar')
-rw-r--r-- | games-misc/OilWar/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/OilWar/Manifest | 2 | ||||
-rw-r--r-- | games-misc/OilWar/OilWar-1.2.1.ebuild | 33 | ||||
-rw-r--r-- | games-misc/OilWar/files/digest-OilWar-1.2.1 | 1 |
4 files changed, 44 insertions, 0 deletions
diff --git a/games-misc/OilWar/ChangeLog b/games-misc/OilWar/ChangeLog new file mode 100644 index 000000000000..fa7e2d4faaba --- /dev/null +++ b/games-misc/OilWar/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-misc/OilWar +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/OilWar/ChangeLog,v 1.1 2004/07/21 00:53:15 vapier Exp $ + +*OilWar-1.2.1 (20 Jul 2004) + + 20 Jul 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/games-misc/OilWar/Manifest b/games-misc/OilWar/Manifest new file mode 100644 index 000000000000..08c9cce8a4e3 --- /dev/null +++ b/games-misc/OilWar/Manifest @@ -0,0 +1,2 @@ +MD5 82b7656c8f813943631d7ff7a19fd7c8 OilWar-1.2.1.ebuild 437 +MD5 e36f0134bb9892538627f54493ebbbb9 files/digest-OilWar-1.2.1 64 diff --git a/games-misc/OilWar/OilWar-1.2.1.ebuild b/games-misc/OilWar/OilWar-1.2.1.ebuild new file mode 100644 index 000000000000..b57bc9c8a619 --- /dev/null +++ b/games-misc/OilWar/OilWar-1.2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/OilWar/OilWar-1.2.1.ebuild,v 1.1 2004/07/21 00:53:15 vapier Exp $ + +inherit games + +DESCRIPTION="Evil army is attacking your country and tries to steal your oil" +HOMEPAGE="http://www.2ndpoint.fi/projektit/oilwar.html" +SRC_URI="http://www.2ndpoint.fi/projektit/filut/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i '/^datafiledir/s:/games/:/:' Makefile.in || die "sed failed" +} + +src_compile() { + egamesconf --enable-sound || die + emake || die +} + +src_install() { + make install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/games-misc/OilWar/files/digest-OilWar-1.2.1 b/games-misc/OilWar/files/digest-OilWar-1.2.1 new file mode 100644 index 000000000000..6752f473efb4 --- /dev/null +++ b/games-misc/OilWar/files/digest-OilWar-1.2.1 @@ -0,0 +1 @@ +MD5 6286e7f5a5f4f8ce6489a996b188caa2 OilWar-1.2.1.tar.gz 515013 |