unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Packaging DOS Games
@ 2022-08-18 15:33 Tobias Platen
  2022-08-18 19:03 ` Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Platen @ 2022-08-18 15:33 UTC (permalink / raw)
  To: Guix-devel

I recently found dosdefender-ld31, a public domain DOS game, designed
to run in dosbox. To build you only need gnu make and a version of gcc
that targets i386-gnu or i386-gnu-linux. 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Packaging DOS Games
  2022-08-18 15:33 Packaging DOS Games Tobias Platen
@ 2022-08-18 19:03 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-08-18 19:03 UTC (permalink / raw)
  To: Tobias Platen, Guix-devel

Am Donnerstag, dem 18.08.2022 um 17:33 +0200 schrieb Tobias Platen:
> I recently found dosdefender-ld31, a public domain DOS game, designed
> to run in dosbox. To build you only need gnu make and a version of
> gcc that targets i386-gnu or i386-gnu-linux. 
In that case building a Guix package ought to be relatively simple. 
Just use gnu-build-system, delete 'bootstrap and 'configure as needed
and use #:system "i686-linux" – alternatively, you can match (%current-
system) to get the right one, see wine for an example.

Cheers


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-18 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 15:33 Packaging DOS Games Tobias Platen
2022-08-18 19:03 ` Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).