Sha256: 2d21b0973713f7af758e730245c05b3e9a7dad3e274a6f81ef416dffe96e06cc

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.22.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.1.1-x64-mingw32 Rakefile
atk-3.1.1-x86-mingw32 Rakefile
atk-3.1.1 Rakefile
atk-3.1.0-x64-mingw32 Rakefile
atk-3.1.0-x86-mingw32 Rakefile
atk-3.1.0 Rakefile