diff options
| author | Kei Kebreau <kkebreau@posteo.net> | 2018-07-02 11:04:28 -0400 |
|---|---|---|
| committer | Kei Kebreau <kkebreau@posteo.net> | 2018-07-02 14:42:36 -0400 |
| commit | 2926e950ce47b09699dfd17efc5b565c26c20f08 (patch) | |
| tree | b216cb565a49f5b922267c041796080a4bdf0227 | |
| parent | 63e708f4681cc8e2bdf2e5b2a3b2599bb823551b (diff) | |
gnu: Add freedink-dfarc.
* gnu/packages/games.scm (freedink-dfarc): New variable.
| -rw-r--r-- | gnu/packages/games.scm | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b3cac4191fb..96b45b9e8d9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -1172,7 +1172,28 @@ To that extent, it also includes a front-end for managing all of your D-Mods.") | |||
| 1172 | "This package contains the game data of GNU Freedink.") | 1172 | "This package contains the game data of GNU Freedink.") |
| 1173 | (license license:gpl3+))) | 1173 | (license license:gpl3+))) |
| 1174 | 1174 | ||
| 1175 | ;; TODO: Add freedink-dfarc when there's a wxWidgets package. | 1175 | (define-public freedink-dfarc |
| 1176 | (package | ||
| 1177 | (name "freedink-dfarc") | ||
| 1178 | (version "3.14") | ||
| 1179 | (source (origin | ||
| 1180 | (method url-fetch) | ||
| 1181 | (uri (string-append "mirror://gnu/freedink/dfarc-" | ||
| 1182 | version ".tar.gz")) | ||
| 1183 | (sha256 | ||
| 1184 | (base32 | ||
| 1185 | "1yp8n3w426xnlp10xk06vfi2y3k9xrcfyck7s7qs1v0ys7n284d5")))) | ||
| 1186 | (build-system gnu-build-system) | ||
| 1187 | (native-inputs | ||
| 1188 | `(("intltool" ,intltool))) | ||
| 1189 | (inputs | ||
| 1190 | `(("bzip2" ,bzip2) | ||
| 1191 | ("wxwidgets" ,wxwidgets))) | ||
| 1192 | (home-page "https://www.gnu.org/software/freedink/") | ||
| 1193 | (synopsis "Front-end for managing and playing Dink Modules") | ||
| 1194 | (description "DFArc makes it easy to play and manage the GNU FreeDink game | ||
| 1195 | and its numerous D-Mods.") | ||
| 1196 | (license license:gpl3+))) | ||
| 1176 | 1197 | ||
| 1177 | (define-public freedink | 1198 | (define-public freedink |
| 1178 | ;; This is a wrapper that tells the engine where to find the data. | 1199 | ;; This is a wrapper that tells the engine where to find the data. |
