Sha256: c8ca13b1d250adab0e938e73969def24e5c51d6421a49ee18a4bbd325aadaf4f
Contents?: true
Size: 706 Bytes
Versions: 7
Compression:
Stored size: 706 Bytes
Contents
name "expat" default_version "2.1.0" relative_path "expat-2.1.0" source :url => "http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fexpat%2F&ts=1374730265&use_mirror=iweb", :md5 => "dd7dab7a5fea97d2a6a43f511449b7cd" env = { "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", "CFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", "LD_RUN_PATH" => "#{install_dir}/embedded/lib" } build do command ["./configure", "--prefix=#{install_dir}/embedded"].join(" "), :env => env command "make -j #{max_build_jobs}", :env => env command "make install" end
Version data entries
7 entries across 7 versions & 1 rubygems