Sha256: cb30e4d4482383b4ac542017103019133bb0ffc41f821da0801d9c011935cae6

Contents?: true

Size: 867 Bytes

Versions: 12

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

12 entries across 12 versions & 1 rubygems

Version Path
atk-2.2.5-x64-mingw32 Rakefile
atk-2.2.5-x86-mingw32 Rakefile
atk-2.2.5 Rakefile
atk-2.2.4-x64-mingw32 Rakefile
atk-2.2.4-x86-mingw32 Rakefile
atk-2.2.4 Rakefile
atk-2.2.3-x86-mingw32 Rakefile
atk-2.2.3 Rakefile
atk-2.2.2 Rakefile
atk-2.2.2-x86-mingw32 Rakefile
atk-2.2.1-x86-mingw32 Rakefile
atk-2.2.1 Rakefile