diff options
author | kamil <kamil@pkgsrc.org> | 2016-07-28 23:35:15 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-07-28 23:35:15 +0000 |
commit | 457246763d6cd0fefc6939a1097f2375414fdbd4 (patch) | |
tree | 2975a7ee55a7d81d6b0d277c378e5cb0568035fd /games/cosmosmash | |
parent | 3a8291d10ba4f03f4cafa42321fccdffecbb1928 (diff) | |
download | pkgsrc-457246763d6cd0fefc6939a1097f2375414fdbd4.tar.gz |
Import cosmosmash-1.4.7 as games/cosmosmash
Cosmosmash - A space rock shooting video game.
In this game, you control a base that must destroy rocks before they hit the
ground, or you lose points. You must also prevent "spinners" from touching the
ground, or your base will explode.
This game is a clone of the 1981 Astrosmash game for the Intellivision by
Mattel Electronics.
Diffstat (limited to 'games/cosmosmash')
-rw-r--r-- | games/cosmosmash/DESCR | 8 | ||||
-rw-r--r-- | games/cosmosmash/Makefile | 18 | ||||
-rw-r--r-- | games/cosmosmash/PLIST | 19 | ||||
-rw-r--r-- | games/cosmosmash/distinfo | 6 |
4 files changed, 51 insertions, 0 deletions
diff --git a/games/cosmosmash/DESCR b/games/cosmosmash/DESCR new file mode 100644 index 00000000000..156e00ae8da --- /dev/null +++ b/games/cosmosmash/DESCR @@ -0,0 +1,8 @@ +Cosmosmash - A space rock shooting video game. + +In this game, you control a base that must destroy rocks before they hit the +ground, or you lose points. You must also prevent "spinners" from touching the +ground, or your base will explode. + +This game is a clone of the 1981 Astrosmash game for the Intellivision by +Mattel Electronics. diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile new file mode 100644 index 00000000000..2de0b536b7a --- /dev/null +++ b/games/cosmosmash/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/07/28 23:35:15 kamil Exp $ + +DISTNAME= cosmosmash-1.4.7 +CATEGORIES= games +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html +COMMENT= Space rock shooting video game +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config + +.include "../../devel/flatzebra/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/cosmosmash/PLIST b/games/cosmosmash/PLIST new file mode 100644 index 00000000000..2010ffd5ec2 --- /dev/null +++ b/games/cosmosmash/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2016/07/28 23:35:15 kamil Exp $ +bin/cosmosmash +man/man6/cosmosmash.6 +share/applications/cosmosmash.desktop +share/doc/${PKGNAME}/AUTHORS +share/doc/${PKGNAME}/COPYING +share/doc/${PKGNAME}/INSTALL +share/doc/${PKGNAME}/NEWS +share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/THANKS +share/doc/${PKGNAME}/TODO +share/pixmaps/cosmosmash.png +share/sounds/cosmosmash/hyperspace.wav +share/sounds/cosmosmash/level-finished.wav +share/sounds/cosmosmash/player-hit.wav +share/sounds/cosmosmash/pulsar-beep.wav +share/sounds/cosmosmash/rock-hit-0.wav +share/sounds/cosmosmash/rock-hit-1.wav +share/sounds/cosmosmash/saucer-shooting.wav diff --git a/games/cosmosmash/distinfo b/games/cosmosmash/distinfo new file mode 100644 index 00000000000..9177b1a2553 --- /dev/null +++ b/games/cosmosmash/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/07/28 23:35:15 kamil Exp $ + +SHA1 (cosmosmash-1.4.7.tar.gz) = 2a4b3e723c91bbfaf2264f1c74b986eb090b6dd9 +RMD160 (cosmosmash-1.4.7.tar.gz) = e11edee51353db0209623accc26220c45544a67a +SHA512 (cosmosmash-1.4.7.tar.gz) = 1eaf8b05550c6f96e6392f6ba4565700cd4a9cac66dd57d634569caf9b4dfaf4917b3b9973153d4e6e0ddcd65c68d5242faae7c4f516c07c2e07d1b2f3b838b9 +Size (cosmosmash-1.4.7.tar.gz) = 906213 bytes |