mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Perl 5.38.2 => 5.40.0 (#9964)
* Perl 5.38.2 => 5.40.0 Perl_app_cpanminus 1.7046 => 1.7047 Perl_date_manip 6.91 => 6.95 Perl_glib 1.3293 => 1.3294 Perl_glib_object_introspection 0.050 => 0.051 Perl_http_date 6.05 => 6.06 Perl_http_request 6.44 => 6.46 Perl_io_file 1.51 => 1.55_01 Perl_io_socket_ssl 2.083 => 2.085 Perl_lwp_protocol_https 6.10 => 6.14 Perl_net_http 6.22 => 6.23 Perl_net_ssleay 1.92 => 1.94 Perl_pod_parser 1.66 => 1.67 Perl_stow 2.3.1 => 2.4.0 Perl_test_output 1.033 => 1.034 Perl_text_csv 2.02 => 2.04 Perl_xml_namespacesuport 1.12 => 1.12_9 Perl_xml_parser 2.46 => 2.47 * add binaries for successful builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust more packages to use buildsystems, remove binaries for no_compile_needed packages Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
@@ -1,34 +1,19 @@
|
||||
require 'package'
|
||||
require 'buildsystems/perl'
|
||||
|
||||
class Perl_text_csv < Package
|
||||
class Perl_text_csv < PERL
|
||||
description 'Comma-separated values manipulator (using XS or PurePerl)'
|
||||
homepage 'https://metacpan.org/pod/Text::CSV'
|
||||
version '2.02-perl5.38'
|
||||
version '2.04-perl5.40'
|
||||
license 'GPL-1+ or Artistic'
|
||||
compatibility 'all'
|
||||
source_url 'https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.02.tar.gz'
|
||||
source_sha256 '84120de3e10489ea8fbbb96411a340c32cafbe5cdff7dd9576b207081baa9d24'
|
||||
source_url 'https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/Text-CSV-2.04.tar.gz'
|
||||
source_sha256 '4f80122e4ea0b05079cad493e386564030f18c8d7b1f9af561df86985a653fe3'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'd412d2354cc124a7da35eb06fe625261c3820c2fa887d35b941c8baa71db088d',
|
||||
armv7l: 'd412d2354cc124a7da35eb06fe625261c3820c2fa887d35b941c8baa71db088d',
|
||||
i686: '7db0afe944345373429589059bd965f17dba640c7e11aabca138d1570e80e96b',
|
||||
x86_64: '7c79482dbb145c7d123df207ac3d3a204bbbcf092db14db0a0e27cfd60673d6b'
|
||||
i686: 'aa1eec639e95448e93677f32c1505b866956fa06c054cb4c88d0e24c2d0fc19a',
|
||||
aarch64: 'de5d6f10d94ecc36811b57f44e556a3eae4c49b3e364654f3fcccaf20c19c8cd',
|
||||
armv7l: 'de5d6f10d94ecc36811b57f44e556a3eae4c49b3e364654f3fcccaf20c19c8cd',
|
||||
x86_64: '7d45b7eb1b61697db117590ee41b21a2c3edeb76d02858c555fd2bf2feb5225c'
|
||||
})
|
||||
|
||||
no_compile_needed
|
||||
|
||||
def self.prebuild
|
||||
system 'perl', 'Makefile.PL'
|
||||
system "sed -i 's,/usr/local,#{CREW_PREFIX},g' Makefile"
|
||||
end
|
||||
|
||||
def self.build
|
||||
system 'make'
|
||||
end
|
||||
|
||||
def self.install
|
||||
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user