Class: GNOME2Win32BinaryDownloadTask

Inherits:
Object
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/gnome2/rake/win32-binary-download-task.rb

Constant Summary collapse

URL_BASE =
"http://ftp.gnome.org/pub/gnome/binaries/win32"

Instance Method Summary collapse

Constructor Details

#initialize(package) ⇒ GNOME2Win32BinaryDownloadTask

Returns a new instance of GNOME2Win32BinaryDownloadTask.



13
14
15
16
# File 'lib/gnome2/rake/win32-binary-download-task.rb', line 13

def initialize(package)
  @package = package
  define
end