diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-18 03:33:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-18 03:33:41 +0000 |
commit | 561ff86d7c6683350f049802571bee9fa4a22f02 (patch) | |
tree | 51574e49c5e2f1a4deb28763c62acbf4e4bfda76 /games-arcade/cosmosmash | |
parent | Sort dependency order. (diff) | |
download | gentoo-2-561ff86d7c6683350f049802571bee9fa4a22f02.tar.gz gentoo-2-561ff86d7c6683350f049802571bee9fa4a22f02.tar.bz2 gentoo-2-561ff86d7c6683350f049802571bee9fa4a22f02.zip |
Initial commit
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade/cosmosmash')
-rw-r--r-- | games-arcade/cosmosmash/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild | 36 | ||||
-rw-r--r-- | games-arcade/cosmosmash/metadata.xml | 9 |
3 files changed, 55 insertions, 0 deletions
diff --git a/games-arcade/cosmosmash/ChangeLog b/games-arcade/cosmosmash/ChangeLog new file mode 100644 index 000000000000..936c64f4d0ed --- /dev/null +++ b/games-arcade/cosmosmash/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-arcade/cosmosmash +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.1 2010/05/18 03:33:41 mr_bones_ Exp $ + +*cosmosmash-1.4.5 (18 May 2010) + + 18 May 2010; Michael Sterrett <mr_bones_@gentoo.org> + +cosmosmash-1.4.5.ebuild, +metadata.xml: + Initial commit + diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild new file mode 100644 index 000000000000..be161321fb6c --- /dev/null +++ b/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.5.ebuild,v 1.1 2010/05/18 03:33:41 mr_bones_ Exp $ + +EAPI=2 +inherit autotools games + +DESCRIPTION="A space rock shooting video game" +HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html" +SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=dev-games/flatzebra-0.1.5" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + sed -i \ + -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \ + -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \ + -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \ + src/Makefile.am \ + || die "sed failed" + eautoreconf +} + +src_install() { + emake -C src DESTDIR="${D}" install || die "emake install failed" + doman doc/${PN}.6 + dodoc AUTHORS NEWS README THANKS + prepgamesdirs +} diff --git a/games-arcade/cosmosmash/metadata.xml b/games-arcade/cosmosmash/metadata.xml new file mode 100644 index 000000000000..112b2c3dc17e --- /dev/null +++ b/games-arcade/cosmosmash/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<longdescription lang="en"> +Afternoon Stalker, a clone of the 1981 Night Stalker video game by Mattel +Electronics. +</longdescription> +</pkgmetadata> |