# -*- ruby -*-
$LOAD_PATH.unshift("./../glib2/lib") require 'gnome2-raketask'
package = GNOME2Package.new do |_package|
_package.summary = "Ruby/RSVG is a Ruby binding of librsvg-2.x." _package.description = "Ruby/RSVG is a Ruby binding of librsvg-2.x." _package.dependency.gem.runtime = [["cairo", ">= 1.10.0"], "gdk_pixbuf2"] _package.win32.packages = ["librsvg", "libcroco"] _package.win32.dependencies = ["libxml2"]
end package.define_tasks
Generated with the Darkfish Rdoc Generator 2.