Sha256: 21abd3d3ebb4644654b75846557fc1438f2655ce642928b4884bf7a1d6b5be51

Contents?: true

Size: 427 Bytes

Versions: 10

Compression:

Stored size: 427 Bytes

Contents

# -*- ruby -*-

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

package = GNOME2Package.new do |_package|
  _package.summary = "Ruby/Pango is a Ruby binding of pango-1.x."
  _package.description = "Ruby/Pango is a Ruby binding of pango-1.x."
  _package.dependency.gem.runtime = [["cairo", ">= 1.10.0"], "glib2"]
  _package.win32.packages = ["pango"]
  _package.win32.dependencies = []
end
package.define_tasks

Version data entries

10 entries across 10 versions & 1 rubygems

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