guix-commits
[Top][All Lists]
Advanced

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

30/72: gnu: Add ExtUtils-InstallPaths.


From: Eric Bavier
Subject: 30/72: gnu: Add ExtUtils-InstallPaths.
Date: Fri, 06 Mar 2015 14:12:59 +0000

bavier pushed a commit to branch master
in repository guix.

commit 9c8f076567f07c69b611aca1edd3b69e833898c5
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 16:05:11 2015 -0600

    gnu: Add ExtUtils-InstallPaths.
    
    * gnu/packages/perl.scm (perl-extutils-installpaths): New variable.
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 26b27d4..282c7f8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -300,6 +300,27 @@ import(), @EXPORT and @EXPORT_OK and not a whole lot 
else.")
                               "Exporter-Lite-" version))
     (license (package-license perl))))
 
+(define-public perl-extutils-installpaths
+  (package
+    (name "perl-extutils-installpaths")
+    (version "0.010")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/L/LE/LEONT/"
+                           "ExtUtils-InstallPaths-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0mi1px42in7i442jqncg3gmxd5zn7sw5b2s85h690rz433qvyk6i"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-extutils-config" ,perl-extutils-config)))
+    (home-page "http://search.cpan.org/dist/ExtUtils-InstallPaths";)
+    (synopsis "Build.PL install path logic made easy")
+    (description "This module tries to make install path resolution as easy as
+possible.")
+    (license (package-license perl))))
+
 (define-public perl-extutils-config
   (package
     (name "perl-extutils-config")



reply via email to

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