Sha256: 8f93526124edcec009d9832132ee45c77e25f8d5e938014852da3c12fa2101a9

Contents?: true

Size: 660 Bytes

Versions: 12

Compression:

Stored size: 660 Bytes

Contents

# -*- ruby -*-

$LOAD_PATH.unshift("./../glib2/lib")
require 'gnome2-raketask'

package = GNOME2Package.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.win32.packages = []
  _package.win32.dependencies = []
  _package.win32.build_dependencies = ["glib2"]
  _package.win32.build_packages = [
    {
      :name => "atk",
      :download_site => :gnome,
      :label => "atk",
      :version => "2.6.0",
      :configure_args => [],
      :compression_method => "xz",
    }
  ]
end
package.define_tasks

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
atk-1.2.5-x86-mingw32 Rakefile
atk-1.2.5 Rakefile
atk-1.2.4-x86-mingw32 Rakefile
atk-1.2.4 Rakefile
atk-1.2.3 Rakefile
atk-1.2.3-x86-mingw32 Rakefile
atk-1.2.2-x86-mingw32 Rakefile
atk-1.2.2 Rakefile
atk-1.2.1-x86-mingw32 Rakefile
atk-1.2.1 Rakefile
atk-1.2.0-x86-mingw32 Rakefile
atk-1.2.0 Rakefile