unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@openmailbox.org>
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Create package and guix-daemon
Date: Fri, 24 Jul 2015 09:57:57 -0300	[thread overview]
Message-ID: <83fc94598cbcf94439868dac4b632879@openmailbox.org> (raw)
In-Reply-To: <CAJ=RwfYw=LyLveeBFv0R80VuYZMMjKOuyJx4RBeV7fk+=ViKeQ@mail.gmail.com>

> I see a couple of problems here:
> 
> 1) Looks like Perl is a necessary input.
> 
> 2) There is no configure script, so you must remove the 'configure'
> phase.  Search for examples of this in other package definitions.
> Does this package even use the GNU build system?
> 
> - Dave

1. I'll check it.

2. I'll try it. I don't know about it but I think no, I'll see 
documentation about it.

How remove the 'configure' phase (sorry for it :( )?

My ipcalc.scm file:
(define-module (gnu packages ipcalc)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
   #:use-module (guix licenses))

(define-public ipcalc
   (package
     (name "ipcalc")
     (version "0.41")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://jodies.de/ipcalc-archive/ipcalc-" version
                                   ".tar.gz"))
               (sha256
                (base32
                 
"12if9sm8h2ac0pgwkw835cgyqjxm6h27k4kfn2vfas9krrqwbafx"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--enable-silent-rules")))
     (synopsis "IP Calculator")
     (description "ipcalc takes an IP address and netmask and calculates 
the resulting broadcast, network, mask, and host range")
     (home-page "http://jodies.de/ipcalc")
     (license gpl2+)))


Thanks,

-- 
Daniel Pimentel (d4n1 3:)

  reply	other threads:[~2015-07-24 12:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-23 20:35 Create package and guix-daemon Daniel Pimentel
2015-07-23 20:40 ` Thompson, David
2015-07-24 12:41   ` Daniel Pimentel
2015-07-24 12:44     ` Thompson, David
2015-07-24 12:57       ` Daniel Pimentel [this message]
2015-07-23 20:42 ` Andreas Enge
2015-07-24 12:44   ` Daniel Pimentel
2015-07-24 12:58     ` Andreas Enge
2015-07-24 13:01       ` Daniel Pimentel

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=83fc94598cbcf94439868dac4b632879@openmailbox.org \
    --to=d4n1@openmailbox.org \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).