diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
commit | 6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3 (patch) | |
tree | 5578c0bf4dcb7768e6bc8e22c99c359d60cb6c8e /games-action/barrage | |
parent | games action and arcade (diff) | |
download | historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.tar.gz historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.tar.bz2 historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.zip |
action games !
Diffstat (limited to 'games-action/barrage')
-rw-r--r-- | games-action/barrage/ChangeLog | 9 | ||||
-rw-r--r-- | games-action/barrage/Manifest | 3 | ||||
-rw-r--r-- | games-action/barrage/barrage-1.0.1.ebuild | 29 | ||||
-rw-r--r-- | games-action/barrage/files/digest-barrage-1.0.1 | 1 |
4 files changed, 42 insertions, 0 deletions
diff --git a/games-action/barrage/ChangeLog b/games-action/barrage/ChangeLog new file mode 100644 index 000000000000..4ce0e94e2202 --- /dev/null +++ b/games-action/barrage/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-games/barrage +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/ChangeLog,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +*barrage-1.0.1 (06 Aug 2003) + + 06 Aug 2003; Michael Sterrett <msterret@gentoo.org> barrage-1.0.1.ebuild: + initial commit. ebuild from Stephen Bridges via bug 26047 + diff --git a/games-action/barrage/Manifest b/games-action/barrage/Manifest new file mode 100644 index 000000000000..afe9136f5d89 --- /dev/null +++ b/games-action/barrage/Manifest @@ -0,0 +1,3 @@ +MD5 6ede97e49bf4c4f0a2fdd6302be9c9f9 barrage-1.0.1.ebuild 744 +MD5 ce43234f713f31a1970da5fa79c516a7 ChangeLog 386 +MD5 a666c60a57548ffbc027d53b13e076a6 files/digest-barrage-1.0.1 65 diff --git a/games-action/barrage/barrage-1.0.1.ebuild b/games-action/barrage/barrage-1.0.1.ebuild new file mode 100644 index 000000000000..d967d24f9526 --- /dev/null +++ b/games-action/barrage/barrage-1.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/barrage/barrage-1.0.1.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ + +inherit games + +DESCRIPTION="A violent point-and-click shooting game" +HOMEPAGE="http://lgames.sourceforge.net" +SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" +IUSE="" + +DEPEND="virtual/x11 + >=media-libs/libsdl-1.2 + >=media-libs/sdl-mixer-1.2.4" + +src_compile() { + egamesconf --datadir=${GAMES_DATADIR_BASE} || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS BUGS ChangeLog README + prepgamesdirs +} diff --git a/games-action/barrage/files/digest-barrage-1.0.1 b/games-action/barrage/files/digest-barrage-1.0.1 new file mode 100644 index 000000000000..7a4ce3da1468 --- /dev/null +++ b/games-action/barrage/files/digest-barrage-1.0.1 @@ -0,0 +1 @@ +MD5 5ed847cf05d51f80c7e49d71af7c7938 barrage-1.0.1.tar.gz 454736 |