Sha256: 36c9c61dbb48c1a3967695b6fe9f8c5836490ef6c94d046f3b40f390795292ca

Contents?: true

Size: 441 Bytes

Versions: 10

Compression:

Stored size: 441 Bytes

Contents

# -*- ruby -*-

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

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