Sha256: c2ade500e108f1b2462926562b769e7554f3b971d9c985afc81d94fd25df73fb
Contents?: true
Size: 401 Bytes
Versions: 6
Compression:
Stored size: 401 Bytes
Contents
# -*- ruby -*- require './lib/gnome2-raketask' package = GNOME2Package.new do |_package| _package.summary = "Ruby/GLib2 is a Ruby binding of GLib-2.x." _package.description = "Ruby/GLib2 is a Ruby binding of GLib-2.x." _package.dependency.gem.runtime = [["pkg-config", ">= 0"]] _package.win32.packages = ["glib"] _package.win32.dependencies = ["gettext-runtime"] end package.define_tasks
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
glib2-0.90.8-x86-mingw32 | Rakefile |
glib2-0.90.8 | Rakefile |
glib2-0.90.7-x86-mingw32 | Rakefile |
glib2-0.90.7 | Rakefile |
glib2-0.90.6 | Rakefile |
glib2-0.90.6-x86-mingw32 | Rakefile |