Sha256: 15d7e5d213fde992882453b5597b9940339f2e38c67a48bd9e7a212f3637db12

Contents?: true

Size: 867 Bytes

Versions: 23

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.16.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

23 entries across 23 versions & 1 rubygems

Version Path
atk-3.0.7-x64-mingw32 Rakefile
atk-3.0.7-x86-mingw32 Rakefile
atk-3.0.7 Rakefile
atk-3.0.6-x64-mingw32 Rakefile
atk-3.0.6-x86-mingw32 Rakefile
atk-3.0.6 Rakefile
atk-3.0.5-x86-mingw32 Rakefile
atk-3.0.5-x64-mingw32 Rakefile
atk-3.0.5 Rakefile
atk-3.0.4-x64-mingw32 Rakefile
atk-3.0.4-x86-mingw32 Rakefile
atk-3.0.4 Rakefile
atk-3.0.3-x64-mingw32 Rakefile
atk-3.0.3-x86-mingw32 Rakefile
atk-3.0.3 Rakefile
atk-3.0.2-x64-mingw32 Rakefile
atk-3.0.2-x86-mingw32 Rakefile
atk-3.0.2 Rakefile
atk-3.0.1-x64-mingw32 Rakefile
atk-3.0.1-x86-mingw32 Rakefile