Sha256: 490758ca0871cb18d14271c1c9b640dc98d83f7a021cc0d2b15fa13201fcbfdd
Contents?: true
Size: 1008 Bytes
Versions: 8
Compression:
Stored size: 1008 Bytes
Contents
# -*- ruby -*- $LOAD_PATH.unshift("./lib") require 'gnome2-raketask' package = GNOME2Package.new do |_package| _package.summary = "Ruby/GLib2 is a Ruby binding of GLib-2.x." _package.description = "Ruby/GLib2 is a Ruby binding of GLib-2.x." _package.dependency.gem.runtime = [["pkg-config", ">= 0"]] _package.dependency.gem.development = [["test-unit", ">= 2"]] _package.win32.packages = ["glib"] _package.win32.dependencies = ["gettext-runtime", "gnutls"] _package.win32.build_packages = [ { :name => "glib-networking", :download_site => :gnome, :label => "glib-networking", :version => "2.28.7", :configure_args => ["--without-libproxy", "--without-gnome-proxy", "--without-ca-certificates"], :patches => ["glib-networking-2.28.7-fix-with-gnome-proxy.diff", "glib-networking-2.28.7-support-gnutls-2.4.2.diff"], :need_autoreconf => true, }, ] end package.define_tasks
Version data entries
8 entries across 8 versions & 1 rubygems