guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add tintin.


From: ng0
Subject: Re: [PATCH] Add tintin.
Date: Fri, 19 Aug 2016 09:01:07 +0000

Hi,

can someone please review this or tell me if it's on their todo/monitor
list?

Thanks.
ng0 <address@hidden> writes:

> [ Unknown signature status ]
> Updated patch.
>
> From 27b7d8ea899cf54e62ef42e5993c0a883985799f Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Mon, 8 Aug 2016 19:54:50 +0000
> Subject: [PATCH] gnu: Add tintin.
>
> * gnu/packages/games.scm (tintin): New variable.
> ---
>  gnu/packages/games.scm | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index e467dbe..6d0af86 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -99,6 +99,8 @@
>    #:use-module (gnu packages xml)
>    #:use-module (gnu packages tcl)
>    #:use-module (gnu packages xdisorg)
> +  #:use-module (gnu packages tls)
> +  #:use-module (gnu packages pcre)
>    #:use-module (guix build-system gnu)
>    #:use-module (guix build-system haskell)
>    #:use-module (guix build-system cmake)
> @@ -2731,3 +2733,39 @@ in a style similar to the original Super Mario games 
> covered under
>  the GNU GPL.")
>     (home-page "https://supertuxproject.org/";)
>     (license license:gpl3+)))
> +
> +(define-public tintin++
> +  (package
> +    (name "tintin++")
> +    (version "2.01.1")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://sourceforge.net/projects/tintin";
> +                                  "/files/TinTin++ Source Code/" version
> +                                  "/tintin" "-" version ".tar.gz"))
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "195wrfcys8yy953gdrl1gxryhjnx9lg1vqgxm3dyzm8bi18aa2yc"))))
> +    (inputs
> +     `(("gnutls" ,gnutls)
> +       ("readline" ,readline)
> +       ("zlib" ,zlib)
> +       ("pcre" ,pcre)))
> +    (arguments
> +     '(#:tests? #f ; no test suite
> +       #:phases
> +       (modify-phases %standard-phases
> +         ;; The source is in tt/src.
> +         (add-before 'configure 'chdir-to-tt-src
> +           (lambda _
> +             (chdir "src"))))))
> +    (build-system gnu-build-system)
> +    (home-page "http://tintin.sourceforge.net/";)
> +    (synopsis "MUD client")
> +    (description
> +     "TinTin++ is a MUD client which supports MCCP (Mud Client Compression 
> Protocol),
> +MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET options used 
> by MUDs,
> +as well as those required to login via telnet on Linux / Mac OS X servers, 
> and an
> +auto mapper with a VT100 map display.")
> +    (license license:gpl2+)))
> -- 
> 2.9.2
>
>
> -- 
> ♥Ⓐ  ng0
> Current Keys: https://we.make.ritual.n0.is/ng0.txt
> For non-prism friendly talk find me on http://www.psyced.org

-- 
ng0
For non-prism friendly talk find me on http://www.psyced.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]