Sha256: 88917e74bdbd4cac61058ce1f53114130d20ce7c9b6f4fbc3c8710f241f084b7

Contents?: true

Size: 397 Bytes

Versions: 10

Compression:

Stored size: 397 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 = ["atk"]
  _package.win32.dependencies = []
end
package.define_tasks

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
atk-1.1.9-x86-mingw32 Rakefile
atk-1.1.9 Rakefile
atk-1.1.8-x86-mingw32 Rakefile
atk-1.1.8 Rakefile
atk-1.1.7 Rakefile
atk-1.1.7-x86-mingw32 Rakefile
atk-1.1.6-x86-mingw32 Rakefile
atk-1.1.6 Rakefile
atk-1.1.5-x86-mingw32 Rakefile
atk-1.1.5 Rakefile