Class Autobuild::Package
In: lib/autobuild/package.rb
Parent: Object

Methods

[]   all   build   depends_on   each   factory   installstamp   name2target   new   provides  

Attributes

dependencies  [R] 
prefix  [R] 
srcdir  [R] 
target  [R] 

Public Class methods

 Available options
  srcdir: the source dir. If a relative path, it is based on $SRCDIR
  prefix: the install dir. If a relative path, it is based on $PREFIX
  import: the package importer object
  depends: the list of package name we depend upon
  provides: a list of aliases for this package

$SRCDIR and $PREFIX are supposed to be valid absolute paths

Public Instance methods

[Validate]