From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: sbcl package definition Date: Sun, 06 Oct 2013 22:42:34 +0200 Message-ID: <877gdqp1vp.fsf@gnu.org> References: <5250F3CD.90805@ninthfloor.org> <5251B9EB.9040206@gmail.com> <5251BEFE.2050000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSvEu-0005WD-VH for guix-devel@gnu.org; Sun, 06 Oct 2013 16:47:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSvEo-0007ZA-Qq for guix-devel@gnu.org; Sun, 06 Oct 2013 16:47:44 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:57304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSvEo-0007Z4-Kb for guix-devel@gnu.org; Sun, 06 Oct 2013 16:47:38 -0400 In-Reply-To: <5251BEFE.2050000@gmail.com> (Cyril Roelandt's message of "Sun, 06 Oct 2013 21:50:22 +0200") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > 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=3D/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 :) In short =E2=80=98trivial-build-system=E2=80=99 is really too trivial: it d= oesn=E2=80=99t have the notion of phases, doesn=E2=80=99t unpack the source tarball, etc. Ludo=E2=80=99.