Sha256: dfe5c0cb1c578ed20d49b4a459c4efee53c0749ac003e0861603aa1f50f2ab0e
Contents?: true
Size: 1.54 KB
Versions: 4
Compression:
Stored size: 1.54 KB
Contents
# # Copyright 2012-2014 Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # expeditor/ignore: deprecated 2022-05 name "rsync" default_version "3.1.1" dependency "popt" license_file "COPYING" skip_transitive_dependency_licensing true version "3.1.2" do source md5: "0f758d7e000c0f7f7d3792610fad70cb" license "GPL-3.0" license_file "COPYING" end version "3.1.1" do source md5: "43bd6676f0b404326eee2d63be3cdcfe" license "GPL-3.0" end version "2.6.9" do source md5: "996d8d8831dbca17910094e56dcb5942" license "GPL-2.0" end source url: "https://rsync.samba.org/ftp/rsync/src/rsync-#{version}.tar.gz" internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz", authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}" relative_path "rsync-#{version}" build do env = with_standard_compiler_flags(with_embedded_path) command "./configure" \ " --prefix=#{install_dir}/embedded" \ " --disable-iconv", env: env make "-j #{workers}", env: env make "install", env: env end
Version data entries
4 entries across 4 versions & 1 rubygems