[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25835: [PATCH 06/19] gnu: Add perl-module-build-xsutil.
From: |
Marius Bakke |
Subject: |
bug#25835: [PATCH 06/19] gnu: Add perl-module-build-xsutil. |
Date: |
Wed, 22 Feb 2017 16:04:07 +0100 |
* gnu/packages/perl.scm (perl-module-build-xsutil): New variable.
---
gnu/packages/perl.scm | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d16d144d2..88b596c98 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4051,6 +4051,53 @@ replacement. Whereas Module::Build has over 6,700 lines
of code; this module
has less than 120, yet supports the features needed by most distributions.")
(license (package-license perl))))
+(define-public perl-module-build-xsutil
+ (package
+ (name "perl-module-build-xsutil")
+ (version "0.16")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/H/HI/HIDEAKIO/"
+ "Module-Build-XSUtil-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1nrs0b6hmwl3sw3g50b9857qgp5cbbbpl716zwn30h9vwjj2yxhm"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-capture-tiny" ,perl-capture-tiny)
+ ("perl-cwd-guard" ,perl-cwd-guard)
+ ("perl-file-copy-recursive" ,perl-file-copy-recursive)
+ ("perl-module-build" ,perl-module-build)))
+ (propagated-inputs
+ `(("perl-devel-checkcompiler" ,perl-devel-checkcompiler)))
+ (home-page "http://search.cpan.org/dist/Module-Build-XSUtil")
+ (synopsis "Module::Build class for building XS modules")
+ (description
+ "@code{Module::Build::XSUtil} is subclass of @code{Module::Build}
+for support building XS modules.
+
+This is a list of a new parameters in the @code{Module::Build::new} method:
+
address@hidden
address@hidden @code{needs_compiler_c99}: This option checks C99 compiler
availability.
+
address@hidden @code{needs_compiler_cpp}: This option checks C++ compiler
availability.
+Can also pass 'extra_compiler_flags' and 'extra_linker_flags' for C++.
+
address@hidden @code{generate_ppport_h}: Generate ppport.h by
@code{Devel::PPPort}.
+
address@hidden @code{generate_xshelper_h}: Generate xshelper.h which is a
helper header
+file to include EXTERN.h, perl.h, XSUB.h and ppport.h, and defines some
+portability stuff which are not supported by ppport.h.
+
+It is ported from @code{Module::Install::XSUtil}.
+
address@hidden @code{cc_warnings}: Toggle compiler warnings. Enabled by default.
+
address@hidden @code{-g options}: Invoke Build.PL with '-g' to enable debug
options.
address@hidden enumerate")
+ (license (package-license perl))))
+
(define-public perl-module-find
(package
(name "perl-module-find")
--
2.11.1
- bug#25835: [PATCH 02/19] gnu: Add perl-canary-stability., (continued)
- bug#25835: [PATCH 02/19] gnu: Add perl-canary-stability., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 09/19] gnu: Add perl-xml-tokeparser., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 12/19] gnu: Add perl-extutils-depends., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 07/19] gnu: Add perl-mouse., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 04/19] gnu: Add perl-devel-checkcompiler., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 10/19] gnu: Add perl-xml-descent., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 17/19] gnu: Add perl-anyevent., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 08/19] gnu: Add perl-x11-xcb., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 03/19] gnu: Add perl-ev., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 11/19] gnu: Add perl-test-number-delta., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 06/19] gnu: Add perl-module-build-xsutil.,
Marius Bakke <=
- bug#25835: [PATCH 18/19] gnu: Add perl-anyevent-i3., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 19/19] gnu: i3: Clarify test comment., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 13/19] gnu: Add perl-extutils-pkgconfig., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 15/19] gnu: Add perl-any-moose., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 14/19] gnu: Add perl-xs-object-magic., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 16/19] gnu: Add perl-mousex-nativetraits., Marius Bakke, 2017/02/22
- bug#25835: [PATCH 00/19] gnu: Add perl-anyevent-i3., Kei Kebreau, 2017/02/25
- bug#25835: [PATCH 00/19] gnu: Add perl-anyevent-i3., ng0, 2017/02/25