From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Pimentel Newsgroups: gmane.lisp.guile.devel Subject: Packing software developed in GNU Guile Scheme Date: Thu, 12 May 2016 12:28:56 -0300 Message-ID: <0ad6fe87371d6a6a512bb6a7b450a156@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1463066967 6519 80.91.229.3 (12 May 2016 15:29:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 May 2016 15:29:27 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 12 17:29:27 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b0sYC-0004Bo-PS for guile-devel@m.gmane.org; Thu, 12 May 2016 17:29:20 +0200 Original-Received: from localhost ([::1]:58452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0sYB-0005nn-Sd for guile-devel@m.gmane.org; Thu, 12 May 2016 11:29:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0sXu-0005c2-7P for guile-devel@gnu.org; Thu, 12 May 2016 11:29:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0sXp-000142-Pa for guile-devel@gnu.org; Thu, 12 May 2016 11:29:00 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:42797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0sXp-00013t-J9 for guile-devel@gnu.org; Thu, 12 May 2016 11:28:57 -0400 Original-Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 4FA4E1A1EFE for ; Thu, 12 May 2016 15:28:56 +0000 (UTC) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: d.4.n.1) with ESMTPSA id 2795A402CC X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18308 Archived-At: Hi Guiles, I developed a software with GNU Guile Scheme and I'd like packing to distribute it. How do I do? Using Makefile? Project dependences: Guile, LSH/SSH. Thanks and sorry for my newbie's question :) Note: I'll packing for Guix/GuixSD in soon, but I'd like to distribute to other distribution by tarball for example. -- Daniel Pimentel (d4n1)