Sha256: e7c78557b09de9d7909929d801d61fc0cd023ecdd33e2e79f537d22e72c6756a

Contents?: true

Size: 515 Bytes

Versions: 16

Compression:

Stored size: 515 Bytes

Contents

# -*- ruby -*-

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

package = GNOME2Package.new do |_package|
  _package.summary = "Ruby/Poppler is a Ruby binding of poppler-glib."
  _package.description = "Ruby/Poppler is a Ruby binding of poppler-glib."
  _package.dependency.gem.runtime = []
  _package.win32.packages = []
  _package.win32.dependencies = ["poppler",
                                 ["libpng", "1.2.40-1"],
                                 ["jpeg", "7-1"]]
end
package.define_tasks

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
poppler-2.0.2-x86-mingw32 Rakefile
poppler-2.0.2 Rakefile
poppler-2.0.1-x86-mingw32 Rakefile
poppler-2.0.1 Rakefile
poppler-2.0.0-x86-mingw32 Rakefile
poppler-2.0.0 Rakefile
poppler-1.2.6-x86-mingw32 Rakefile
poppler-1.2.6 Rakefile
poppler-1.2.5-x86-mingw32 Rakefile
poppler-1.2.5 Rakefile
poppler-1.2.4-x86-mingw32 Rakefile
poppler-1.2.4 Rakefile
poppler-1.2.3-x86-mingw32 Rakefile
poppler-1.2.3 Rakefile
poppler-1.2.2-x86-mingw32 Rakefile
poppler-1.2.2 Rakefile