Sha256: 8c84bcb14c166d26b052dfb1bccd8fa303e487785ba140ee947dba168387b6f2
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
# -*- ruby -*- require './../glib2/lib/gnome2-raketask' package = GNOME2Package.new do |_package| _package.summary = "Ruby/GTK2 is a Ruby binding of GTK+-2.x." _package.description = "Ruby/GTK2 is a Ruby binding of GTK+-2.x." _package.dependency.gem.runtime = ["atk", "pango", "gdk_pixbuf2"] _package.win32.packages = ["gtk+"] _package.win32.dependencies = [] end package.define_tasks
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gtk2-0.90.6 | Rakefile |
gtk2-0.90.6-x86-mingw32 | Rakefile |