|
From: | Cyril Roelandt |
Subject: | Re: sbcl package definition |
Date: | Sun, 06 Oct 2013 21:28:43 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5 |
On 10/06/2013 07:23 AM, Kete wrote:
Instead of ./configure, make and make install, sbcl uses a command like this: INSTALL_ROOT=/home/me sh install.sh How would the build-system and inputs go?
I think you should use the trivial build system, and define a builder in the arguments:
(arguments '(#:builder (...))) See gnu/packages/autotools.scm, for instance. Cyril.
[Prev in Thread] | Current Thread | [Next in Thread] |