unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Manolis Ragkousis <manolis837@gmail.com>
Cc: Guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add AVRDUDE
Date: Thu, 24 Jul 2014 10:21:25 +0200	[thread overview]
Message-ID: <874my7xj3u.fsf@gnu.org> (raw)
In-Reply-To: <CAFtzXzMrR8mYg6_zL-KbMVrZk0Yr4_zCoFbo9Q2FVtEQRvkR6Q@mail.gmail.com> (Manolis Ragkousis's message of "Thu, 24 Jul 2014 08:12:42 +0000")

Manolis Ragkousis <manolis837@gmail.com> skribis:

> From fe4e8f626bfccc7cbe1d482e53b5a32fe019188a Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Thu, 24 Jul 2014 11:05:43 +0000
> Subject: [PATCH] gnu: Add AVRDUDE
>
> * gnu/packages/avrdude.scm: New file
> * gnu-system.am (GNU_SYSTEM_MODULES): Add avrdude.scm

[...]

> --- a/gnu-system.am
> +++ b/gnu-system.am
> @@ -37,6 +37,7 @@ GNU_SYSTEM_MODULES =				\
>    gnu/packages/autogen.scm			\
>    gnu/packages/autotools.scm			\
>    gnu/packages/avahi.scm			\
> +  gnu/packages/avrdude.scm			\
>    gnu/packages/backup.scm			\
>    gnu/packages/base.scm				\
>    gnu/packages/bash.scm				\

You also need to add the patch in gnu-system.am.

> +    (native-inputs
> +     `(("libelf" ,libelf)
> +       ("libusb" ,libusb)
> +       ("libftdi" ,libftdi)
> +       ("bison" ,bison)
> +       ("flex" ,flex)))

I think only Bison and Flex need to be native inputs (think about
cross-compilation), the rest should be inputs.

> +    (home-page "http://www.nongnu.org/avrdude/")
> +    (synopsis "AVR Downloader/UploaDEr")

Just “AVR downloader and uploader”.

> +    (description
> +     "AVRDUDE is an utility to download/upload/manipulate the ROM and
> +EEPROM contents of AVR microcontrollers using the in-system programming
> +technique (ISP)")

Mission period.

Could you send an updated patch?

Thanks,
Ludo’.

  parent reply	other threads:[~2014-07-24  8:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24  8:12 [PATCH] gnu: Add AVRDUDE Manolis Ragkousis
2014-07-24  8:18 ` Andreas Enge
2014-07-24  8:21 ` Ludovic Courtès [this message]
2014-07-30 13:41   ` Manolis Ragkousis
2014-08-11 16:39     ` Ludovic Courtès

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=874my7xj3u.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=Guix-devel@gnu.org \
    --cc=manolis837@gmail.com \
    /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).