# -*- ruby -*-

begin
  require './../glib2/lib/gnome2-raketask'
rescue LoadError
  require 'rubygems'
  require 'gnome2-raketask'
end


package = GNOME2Package.new do |_package|
  _package.summary = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
  _package.description = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
  _package.dependency.gem.runtime = ["glib2"]
  _package.win32.packages = ["gdk-pixbuf"]
  _package.win32.dependencies = ["zlib", "libpng"]
end
package.define_tasks
