guix-commits
[Top][All Lists]
Advanced

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

17/30: gnu: Add perl-extutils-libbuilder.


From: Ricardo Wurmus
Subject: 17/30: gnu: Add perl-extutils-libbuilder.
Date: Sun, 27 Nov 2016 08:50:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 81157cf5a7bdbcdbbfba3e6fc280c49f7905a32d
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 23 22:06:47 2016 +0100

    gnu: Add perl-extutils-libbuilder.
    
    * gnu/packages/perl.scm (perl-extutils-libbuilder): New variable.
---
 gnu/packages/perl.scm |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 2dd6c01..226d1af 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2602,6 +2602,29 @@ it ties together a family of modern toolchain modules.")
 module building modules.")
     (license (package-license perl))))
 
+(define-public perl-extutils-libbuilder
+  (package
+    (name "perl-extutils-libbuilder")
+    (version "0.08")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AM/AMBS/"
+                           "ExtUtils-LibBuilder-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1lmmfcjxvsvhn4f3v2lyylgr8dzcf5j7mnd1pkq3jc75dph724f5"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build" ,perl-module-build)))
+    (home-page "http://search.cpan.org/dist/ExtUtils-LibBuilder";)
+    (synopsis "Tool to build C libraries")
+    (description "Some Perl modules need to ship C libraries together with
+their Perl code.  Although there are mechanisms to compile and link (or glue)
+C code in your Perl programs, there isn't a clear method to compile standard,
+self-contained C libraries.  This module main goal is to help in that task.")
+    (license (package-license perl))))
+
 (define-public perl-file-changenotify
   (package
     (name "perl-file-changenotify")



reply via email to

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