perl-inline-c: Update to 0.81
Minor Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
640ae6efed
commit
8ccbaf3ed0
3 changed files with 8 additions and 7 deletions
|
@ -8,15 +8,16 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=perl-inline-c
|
||||
PKG_VERSION:=0.78
|
||||
PKG_VERSION:=0.81
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/T/TI/TINITA
|
||||
PKG_SOURCE:=Inline-C-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=9a7804d85c01a386073d2176582b0262b6374c5c0341049da3ef84c6f53efbc7
|
||||
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/T/TI/TINITA
|
||||
PKG_HASH:=f185258d9050d7f79b4f00f12625cc469c2f700ff62d3e831cb18d80d2c87aac
|
||||
|
||||
PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
|
||||
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|
||||
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/Inline-C-$(PKG_VERSION)
|
||||
HOST_BUILD_DEPENDS:=perl/host perl-inline/host perl-parse-recdescent/host perl-file-sharedir-install/host
|
||||
|
@ -32,7 +33,7 @@ define Package/perl-inline-c
|
|||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=C Language Support for Inline
|
||||
URL:=http://search.cpan.org/dist/Inline-C/
|
||||
URL:=https://search.cpan.org/dist/Inline-C/
|
||||
DEPENDS:=perl +perl-inline +perl-parse-recdescent +perlbase-config +perlbase-cwd +perlbase-data +perlbase-essential +perlbase-file +perlbase-if
|
||||
endef
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/lib/Inline/C.pm
|
||||
+++ b/lib/Inline/C.pm
|
||||
@@ -361,7 +361,7 @@ sub build {
|
||||
@@ -380,7 +380,7 @@ sub build {
|
||||
$o->call('write_XS', 'Build Glue 1');
|
||||
$o->call('write_Inline_headers', 'Build Glue 2');
|
||||
$o->call('write_Makefile_PL', 'Build Glue 3');
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/lib/Inline/C.pm
|
||||
+++ b/lib/Inline/C.pm
|
||||
@@ -438,22 +438,28 @@ sub get_maps {
|
||||
@@ -457,22 +457,28 @@ sub get_maps {
|
||||
print STDERR "get_maps Stage\n" if $o->{CONFIG}{BUILD_NOISY};
|
||||
my $typemap = '';
|
||||
my $file;
|
||||
|
|
Loading…
Reference in a new issue