Sha256: 07d01a26927a34d6d6ed3555c11be21f9c3c0bf3d3ed95ba05618b11fad262a3

Contents?: true

Size: 871 Bytes

Versions: 18

Compression:

Stored size: 871 Bytes

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}

        self.extra_deps <<
            ['rake', '>= 0.7.0'] <<
            ['utilrb', '>= 1.3.3']
    end
    Rake.clear_tasks(/publish_docs/, /default/)
end

task "default"

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
autobuild-1.6.3 Rakefile
autobuild-1.6.2 Rakefile
autobuild-1.6.2.rc3 Rakefile
autobuild-1.6.2.rc2 Rakefile
autobuild-1.6.2.rc1 Rakefile
autobuild-1.6.2.b12 Rakefile
autobuild-1.6.2.b11 Rakefile
autobuild-1.6.2.b10 Rakefile
autobuild-1.6.2.b9 Rakefile
autobuild-1.6.2.b8 Rakefile
autobuild-1.6.2.b7 Rakefile
autobuild-1.6.2.b6 Rakefile
autobuild-1.6.2.b5 Rakefile
autobuild-1.6.2.b4 Rakefile
autobuild-1.6.2.b3 Rakefile
autobuild-1.6.2.b2 Rakefile
autobuild-1.6.2.b1 Rakefile
autobuild-1.6.1 Rakefile