void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

README (352B)


      1BUILD STYLES
      2============
      3
      4These shell snippets provide support for multiple build systems, i.e GNU configure,
      5CMake, etc. A build style file must provide at least the following functions:
      6
      7	- do_configure
      8	- do_build
      9	- do_install
     10
     11If a source package defines its own do_xxx() function, the function defined in
     12the build style file is simply ignored.