From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: sbcl package definition Date: Sun, 06 Oct 2013 21:50:22 +0200 Message-ID: <5251BEFE.2050000@gmail.com> References: <5250F3CD.90805@ninthfloor.org> <5251B9EB.9040206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSuiM-0000e3-00 for guix-devel@gnu.org; Sun, 06 Oct 2013 16:14:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSuiF-00071Z-Ge for guix-devel@gnu.org; Sun, 06 Oct 2013 16:14:05 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:44362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSuiF-00071L-9v for guix-devel@gnu.org; Sun, 06 Oct 2013 16:13:59 -0400 Received: by mail-we0-f173.google.com with SMTP id u57so5097528wes.4 for ; Sun, 06 Oct 2013 13:13:58 -0700 (PDT) In-Reply-To: <5251B9EB.9040206@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Kete Cc: guix-devel@gnu.org On 10/06/2013 09:28 PM, Cyril Roelandt wrote: > 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: > Forget it and see Ludovic's answer :) Cyril.