Sha256: 32a60e7bc8047c1b90d826826f66a3689aa8b0ed361180cbf1361d2ba89626de
Contents?: true
Size: 867 Bytes
Versions: 6
Compression:
Stored size: 867 Bytes
Contents
# -*- ruby -*- $LOAD_PATH.unshift("./../glib2/lib") require "gnome2/rake/package-task" package_task = GNOME2::Rake::PackageTask.new do |package| package.summary = "Ruby/ATK is a Ruby binding of ATK-1.0.x." package.description = "Ruby/ATK is a Ruby binding of ATK-1.0.x." package.dependency.gem.runtime = ["glib2"] package.windows.packages = [] package.windows.dependencies = [] package.windows.build_dependencies = ["glib2", "gobject-introspection"] package.external_packages = [ { :name => "atk", :download_site => :gnome, :label => "atk", :version => "2.20.0", :compression_method => "xz", :windows => { :configure_args => [ "--enable-introspection", ], :build_concurrently => false, :built_file => "bin/libatk-1.0-0.dll", }, } ] end package_task.define
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
atk-3.0.9-x64-mingw32 | Rakefile |
atk-3.0.9-x86-mingw32 | Rakefile |
atk-3.0.9 | Rakefile |
atk-3.0.8-x86-mingw32 | Rakefile |
atk-3.0.8-x64-mingw32 | Rakefile |
atk-3.0.8 | Rakefile |