all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 27432@debbugs.gnu.org
Subject: [bug#27432] [PATCH] gnu: Add armagetronad.
Date: Tue, 20 Jun 2017 21:55:48 +0200	[thread overview]
Message-ID: <87o9titovv.fsf@gnu.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-armagetronad.patch --]
[-- Type: text/x-patch, Size: 1866 bytes --]

From 9d52bab40f1e8c5ee3426608910136495493753b Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Tue, 20 Jun 2017 21:50:02 +0200
Subject: [PATCH] gnu: Add armagetronad.

* gnu/packages/games.scm (armagetronad): New variable.
---
 gnu/packages/games.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b706b5793..608b6dd28 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -135,6 +135,35 @@
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system trivial))
 
+(define-public armagetronad
+  (package
+    (name "armagetronad")
+    (version "0.2.8.3.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/" name "/stable/"
+                                  version "/" name "-" version ".src.tar.gz"))
+              (sha256
+               (base32
+                "1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("libxml2" ,libxml2)
+       ("sdl" ,sdl)
+       ("sdl-image" ,sdl-image)
+       ("freeglut" ,freeglut)
+       ("libpng" ,libpng)
+       ("libjpeg-turbo" ,libjpeg-turbo)))
+    (home-page "http://www.armagetronad.org")
+    (synopsis "Tron clone in 3D")
+    (description "Armagetron is a multiplayer game in 3d that attempts to
+emulate and expand on the lightcycle sequence from the movie Tron.  It's
+an old school arcade game slung into the 21st century.  Highlights include
+a customizable playing arena, HUD, unique graphics, and AI bots.  For the
+more advanced player there are new game modes and a wide variety of physics
+settings to tweak as well.")
+    (license license:gpl2+)))
+
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-- 
2.13.1


[-- Attachment #2: Type: text/plain, Size: 293 bytes --]


Hi Guix!

Here's a patch for ArmagetronAD -- a Tron clone in 3 dimensions!
I think it is named "armagetron", but the source tarballs and the
website are called "armagetronad", so I chose to minimize the complexity
of the patch and call the package "armagetronad".

Kind regards,
Roel Janssen

             reply	other threads:[~2017-06-20 19:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-20 19:55 Roel Janssen [this message]
2017-06-24 18:45 ` [bug#27432] [PATCH] gnu: Add armagetronad Leo Famulari
2017-06-24 22:16   ` bug#27432: " Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o9titovv.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=27432@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.