From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Kebreau Subject: Re: [PATCH] gnu: Add freeciv. Date: Wed, 01 Feb 2017 14:56:17 -0500 Message-ID: <8760ktlm72.fsf@openmailbox.org> References: <20170201141940.2322-1-arunisaac@systemreboot.net> <20170201171313.8891-1-arunisaac@systemreboot.net> <20170201171313.8891-2-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ14j-0000lx-Qs for guix-devel@gnu.org; Wed, 01 Feb 2017 15:00:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ14g-0000cS-In for guix-devel@gnu.org; Wed, 01 Feb 2017 15:00:17 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:56289) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZ14g-0000UR-Az for guix-devel@gnu.org; Wed, 01 Feb 2017 15:00:14 -0500 In-Reply-To: <20170201171313.8891-2-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 1 Feb 2017 22:43:13 +0530") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Arun Isaac Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Arun Isaac writes: > * gnu/packages/games.scm (freeciv): New variable. > --- > gnu/packages/games.scm | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index 0edd585fa..98a4d6901 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -104,6 +104,7 @@ > #:use-module (gnu packages xdisorg) > #:use-module (gnu packages tls) > #:use-module (gnu packages pcre) > + #:use-module (gnu packages cyrus-sasl) > #:use-module (guix build-system gnu) > #:use-module (guix build-system haskell) > #:use-module (guix build-system python) > @@ -3071,3 +3072,33 @@ symbols, the game needs graphics to render the non-euclidean world.") > for Un*x systems with X11.") > (home-page "http://olofson.net/kobodl/") > (license license:gpl2+))) > + > +(define-public freeciv > + (package > + (name "freeciv") > + (version "2.5.6") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "http://download.gna.org/freeciv/" > + "stable/freeciv-" version ".tar.bz2")) > + (sha256 > + (base32 > + "16wrnsx5rmbz6rjs03bhy0vn20i6n6g73lx7fjpai98ixhzc5bfg")))) > + (build-system gnu-build-system) > + (inputs > + `(("curl" ,curl) > + ("cyrus-sasl" ,cyrus-sasl) > + ("gtk+" ,gtk+) > + ("sdl-mixer" ,sdl-mixer) > + ("zlib" ,zlib))) > + (native-inputs > + `(("pkg-config" ,pkg-config))) > + (home-page "http://www.freeciv.org/") > + (synopsis "Turn based empire building strategy game") > + (description "Freeciv is a turn based empire building strategy game > +inspired by the history of human civilization. The game commences in > +prehistory and your mission is to lead your tribe from the Stone Age > +to the Space Age.") > + (license license:gpl2+))) Thanks! Pushed as 5430dbd95b812d8fa566725885d50ba4024402eb. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAliSPWEACgkQ5qXuPBlG eg0dtBAAmmGpEGfPEurWAlraG4VjGu8+CBPCEOPL8VrDYe+bGhszNtAy/jEArTSp Dbr61tpfymLuNm4apFHFDvEU5r5SxLWHbwKjBS3rIpOmFyszWxwogD8P12JGqaVw ayGj0gtBtRl95P8PFghlmp+Q8Mo5yZN4IhKH01EEVm1J202Wcc2Y9BNy4eYekkwE sXKLo0EJY0Ayyx/0g4j337O4s27Fk1X+SkW3YS/46R8eCo5ubsEH5rqNXm1t21Yu xzqADPB50ghqoo8sfJqAm/bq3uGHleJnk8dLNbFfbIr/13rbQVUFcNHHQDDx+KXI HM1jtvGe8w+FFKu62ygpFY2XLuiGW8rhwAXzt7YkAfoPKfZ9B0RQeEhBZdWCEZeW vI7dyXlTKCJcs43GDr0QHjqrQBV9UGM8sboe5rYfPVPA4T0iPPb5cT3qnss7hoD1 7rR2RdBZpF1APuDGL8uFtM8cwuUo4dgkvimh/ivnBQzup8NZu6pw8eCP61o9Stvv yJuJNE0raUzMxEfGRQONFta0dXHzTysOYPNOY4jhAcGqEg4MIcsGmz8wEVMXR3qi BZrSr11bo2ScIWE9zs1X2R3a6Dmzu38viy9nRQxqTxo6W56lsojPECqeg+vKTQ6S Y0GVvHM6SZYPbJGK3KMGipb5HcNs5w4PAPTaL/9sMgPPVDSnoFU= =ovpu -----END PGP SIGNATURE----- --=-=-=--