Sha256: f2184343c90fa76fef3b9bb1e8479e932da7b7474a4d29a679ebcd1f0e2d7954

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

require 'utilrb/rake_common'

Utilrb::Rake.hoe do
    Hoe.spec 'autobuild' do
        developer "Sylvain Joyeux", "sylvain.joyeux@m4x.org"

        self.urls         = ["http://rock-robotics.org/stable/documentation/autoproj"]
        self.summary = 'Library to handle build systems and import mechanisms'
        self.description = "Collection of classes to handle build systems (CMake, autotools, ...) and import mechanisms (tarballs, CVS, SVN, git, ...). It also offers a Rake integration to import and build such software packages. It is the backbone of the autoproj (http://rock-robotics.org/autoproj) integrated software project management tool."
        self.email = %q{rock-dev@dfki.de}

        license 'BSD'

        self.spec_extras[:required_ruby_version] = ">= 1.9.2"

        self.extra_deps <<
            ['rake', '>= 0.9.0'] <<
            ['utilrb', '>= 1.6.0'] <<
            ['pastel', '>= 0.4.0'] <<
            ['tty', '>= 0.2.0']

        self.test_globs = ['test/suite.rb']
    end
    Rake.clear_tasks(/publish_docs/, /default/)
end

task "default"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autobuild-1.10.0.b4 Rakefile