Sha256: f28d9564a0bde37cbf943c4af775c0869478353389849a1a6409be1c3b7ec945

Contents?: true

Size: 693 Bytes

Versions: 12

Compression:

Stored size: 693 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 = []
  _package.win32.dependencies = []
  _package.win32.build_dependencies = ["glib2"]
  _package.win32.build_packages = [
    {
      :name => "pango",
      :download_site => :gnome,
      :label => "pango",
      :version => "1.32.6",
      :configure_args => [],
      :compression_method => "xz",
    }
  ]
end
package.define_tasks

Version data entries

12 entries across 12 versions & 1 rubygems

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