From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: How install new package =?UTF-8?Q?created=3F=20How=20contribute?= =?UTF-8?Q?=20with=20it=3F?= Date: Wed, 05 Aug 2015 00:03:51 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMozo-0005jS-Oz for guix-devel@gnu.org; Tue, 04 Aug 2015 23:04:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMozl-0005Pl-I2 for guix-devel@gnu.org; Tue, 04 Aug 2015 23:04:00 -0400 Received: from smtp12.openmailbox.org ([62.4.1.46]:43855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMozl-0005PX-8j for guix-devel@gnu.org; Tue, 04 Aug 2015 23:03:57 -0400 Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id CDEE02021C1 for ; Wed, 5 Aug 2015 05:03:55 +0200 (CEST) Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wk-9lfM8wR-X for ; Wed, 5 Aug 2015 05:03:51 +0200 (CEST) Received: from www.openmailbox.org (mail.openmailbox.org [62.4.1.34]) by mail2.openmailbox.org (Postfix) with ESMTP id A033A201D80 for ; Wed, 5 Aug 2015 05:03:51 +0200 (CEST) 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: guix-devel@gnu.org Hi guix, I create derivation of package Rage with success. Steps: git clone git://git.savannah.gnu.org/guix.git cd guix ./bootstrap ./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ --localstatedir=/var make make check guix download http://download.enlightenment.org/rel/apps/rage/rage-0.1.4.tar.gz /gnu/store/9f75ba59cxfcw8val68xsxqsvj5bxva1-rage-0.1.4.tar.gz 10j3n8crk16jzqz2hn5djx6vms5f6x83qyiaphhqx94h9dgv2mgg emacs gnu-system.am (added "gnu/packages/rage.scm") emacs gnu/packages/rage.scm (edit it, a lot of lines) ./pre-inst-env guix build rage -K Last lines: configure: creating ./config.status config.status: creating Makefile config.status: creating rage.spec config.status: creating pkgbuild/PKGBUILD config.status: creating rage_config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-fast-install ------------------------------------------------------------------------ rage 0.1.4 ------------------------------------------------------------------------ /gnu/store/hhrqa802r470f0cdah7hsjnv0wknlagf-rage-0.1.4 So, how I install this package? How I contribute to it (new package Rage to Guix packages)? Thanks for all, -- Daniel Pimentel (d4n1 3:)