|
@@ -12,7 +12,7 @@ PERL_LICENSE = Artistic or GPLv1+
|
|
PERL_LICENSE_FILES = Artistic Copying README
|
|
PERL_LICENSE_FILES = Artistic Copying README
|
|
PERL_INSTALL_STAGING = YES
|
|
PERL_INSTALL_STAGING = YES
|
|
|
|
|
|
-PERL_CROSS_VERSION = 1.0.0
|
|
|
|
|
|
+PERL_CROSS_VERSION = 1.0.1
|
|
PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).0
|
|
PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).0
|
|
# DO NOT refactor with the github helper (the result is not the same)
|
|
# DO NOT refactor with the github helper (the result is not the same)
|
|
PERL_CROSS_SITE = http://raw.github.com/arsv/perl-cross/releases
|
|
PERL_CROSS_SITE = http://raw.github.com/arsv/perl-cross/releases
|
|
@@ -31,7 +31,6 @@ define PERL_CROSS_EXTRACT
|
|
$(TAR) --strip-components=1 -C $(@D) $(TAR_OPTIONS) -
|
|
$(TAR) --strip-components=1 -C $(@D) $(TAR_OPTIONS) -
|
|
endef
|
|
endef
|
|
PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT
|
|
PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT
|
|
-HOST_PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT
|
|
|
|
|
|
|
|
define PERL_CROSS_SET_POD
|
|
define PERL_CROSS_SET_POD
|
|
$(SED) s/$(PERL_CROSS_OLD_POD)/$(PERL_CROSS_NEW_POD)/g $(@D)/Makefile
|
|
$(SED) s/$(PERL_CROSS_OLD_POD)/$(PERL_CROSS_NEW_POD)/g $(@D)/Makefile
|