all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: Kete <kete@ninthfloor.org>
Cc: guix-devel@gnu.org
Subject: Re: sbcl package definition
Date: Sun, 06 Oct 2013 21:28:43 +0200	[thread overview]
Message-ID: <5251B9EB.9040206@gmail.com> (raw)
In-Reply-To: <5250F3CD.90805@ninthfloor.org>

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.

  reply	other threads:[~2013-10-06 19:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-06  5:23 sbcl package definition Kete
2013-10-06 19:28 ` Cyril Roelandt [this message]
2013-10-06 19:50   ` Cyril Roelandt
2013-10-06 20:42     ` Ludovic Courtès
2013-10-06 19:54 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5251B9EB.9040206@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=kete@ninthfloor.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.