unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add autoconf-archive.
@ 2016-05-25 13:49 David Thompson
  2016-05-25 18:40 ` Ricardo Wurmus
  2016-05-25 22:04 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: David Thompson @ 2016-05-25 13:49 UTC (permalink / raw)
  To: guix-devel; +Cc: David Thompson

From: David Thompson <davet@gnu.org>

* gnu/packages/autotools.scm (autoconf-archive): New variable.
---
 gnu/packages/autotools.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index ddc628d..1f0c2af 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -159,6 +159,26 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
                 port)))
            (chmod (string-append bin "/autoconf") #o555)))))))
 
+(define-public autoconf-archive
+  (package
+    (name "autoconf-archive")
+    (version "2016.03.20")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "mirror://gnu/autoconf-archive/autoconf-archive-"
+                          version ".tar.xz"))
+      (sha256
+       (base32
+        "0dz4fnc723jqn3by22ds5fys7g31apzm1r9allldvva0yvzjxyw8"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.gnu.org/software/autoconf-archive")
+    (synopsis "Additional macros for GNU Autoconf")
+    (description
+     "The GNU Autoconf Archive is a collection of more than 500 macros for GNU
+Autoconf.")
+    (license gpl3+)))
+
 (define-public autobuild
   (package
     (name "autobuild")
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: Add autoconf-archive.
  2016-05-25 13:49 [PATCH] gnu: Add autoconf-archive David Thompson
@ 2016-05-25 18:40 ` Ricardo Wurmus
  2016-05-25 22:04 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2016-05-25 18:40 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel, David Thompson


David Thompson <dthompson2@worcester.edu> writes:

> From: David Thompson <davet@gnu.org>
>
> * gnu/packages/autotools.scm (autoconf-archive): New variable.
> ---
>  gnu/packages/autotools.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
> index ddc628d..1f0c2af 100644
> --- a/gnu/packages/autotools.scm
> +++ b/gnu/packages/autotools.scm
> @@ -159,6 +159,26 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
>                  port)))
>             (chmod (string-append bin "/autoconf") #o555)))))))
>  
> +(define-public autoconf-archive
> +  (package
> +    (name "autoconf-archive")
> +    (version "2016.03.20")
> +    (source
> +     (origin
> +      (method url-fetch)
> +      (uri (string-append "mirror://gnu/autoconf-archive/autoconf-archive-"
> +                          version ".tar.xz"))
> +      (sha256
> +       (base32
> +        "0dz4fnc723jqn3by22ds5fys7g31apzm1r9allldvva0yvzjxyw8"))))
> +    (build-system gnu-build-system)
> +    (home-page "https://www.gnu.org/software/autoconf-archive")
> +    (synopsis "Additional macros for GNU Autoconf")
> +    (description
> +     "The GNU Autoconf Archive is a collection of more than 500 macros for GNU
> +Autoconf.")
> +    (license gpl3+)))
> +

Looks good to me.  (I have an unsubmitted patch for this sitting on my
disk.)

~~ Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: Add autoconf-archive.
  2016-05-25 13:49 [PATCH] gnu: Add autoconf-archive David Thompson
  2016-05-25 18:40 ` Ricardo Wurmus
@ 2016-05-25 22:04 ` Ludovic Courtès
  2016-05-26 12:59   ` Thompson, David
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2016-05-25 22:04 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel, David Thompson

David Thompson <dthompson2@worcester.edu> skribis:

> From: David Thompson <davet@gnu.org>
>
> * gnu/packages/autotools.scm (autoconf-archive): New variable.

[...]

> +    (synopsis "Additional macros for GNU Autoconf")
> +    (description
> +     "The GNU Autoconf Archive is a collection of more than 500 macros for GNU
> +Autoconf.")

OK with the synopsis and description suggested by ‘guix lint’.  :-)

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: Add autoconf-archive.
  2016-05-25 22:04 ` Ludovic Courtès
@ 2016-05-26 12:59   ` Thompson, David
  0 siblings, 0 replies; 4+ messages in thread
From: Thompson, David @ 2016-05-26 12:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel, David Thompson

On Wed, May 25, 2016 at 6:04 PM, Ludovic Courtès <ludo@gnu.org> wrote:
> David Thompson <dthompson2@worcester.edu> skribis:
>
>> From: David Thompson <davet@gnu.org>
>>
>> * gnu/packages/autotools.scm (autoconf-archive): New variable.
>
> [...]
>
>> +    (synopsis "Additional macros for GNU Autoconf")
>> +    (description
>> +     "The GNU Autoconf Archive is a collection of more than 500 macros for GNU
>> +Autoconf.")
>
> OK with the synopsis and description suggested by ‘guix lint’.  :-)

Oh yeah, forgot about that!

Fixed and pushed.  Thanks!

- Dave

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-26 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-25 13:49 [PATCH] gnu: Add autoconf-archive David Thompson
2016-05-25 18:40 ` Ricardo Wurmus
2016-05-25 22:04 ` Ludovic Courtès
2016-05-26 12:59   ` Thompson, David

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).