guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf-archive package [free form]


From: Florian Paul Schmidt
Subject: autoconf-archive package [free form]
Date: Tue, 12 Apr 2016 08:33:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

FYI:

(define-public autoconf-archive
  (package
    (name "autoconf-archive")
    (version "2016.03.20")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://mirror.bibleonline.ru/gnu/";
                                  "autoconf-archive/autoconf-archive-"
                                  version ".tar.xz"))
              (sha256
               (base32
                "0dz4fnc723jqn3by22ds5fys7g31apzm1r9allldvva0yvzjxyw8"))))
    (build-system gnu-build-system)
    (home-page "http://www.gnu.org/software/autoconf-archive/";)
    (synopsis "The GNU Autoconf Archive")
    (description "The GNU Autoconf Archive is a collection of more
than 500 macros for [GNU Autoconf](http://www.gnu.org/software/autoconf)
that have been contributed as free software by friendly supporters
of the cause from all over the Internet.")
    (license license:gpl3+)))


Flo

-- 
https://fps.io

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]