Ignore:
Timestamp:
2015-02-13T11:28:16+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Updated ReadMe - overview of inputs and perllib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/ReadMe

    r29702 r29738  
    4949        wvWare)
    5050
     51Inputs (see existing inputs for examples):
     52    distros
     53        Defines Linux distributions that can be built for.
     54        Sets the package manager, system paths, and the names of required
     55        packages on that distro.
     56
     57    files
     58        Contains files used for building Greenstone (patches, scripts, config)
     59
     60    managers
     61        Defines package managers that can be built for.
     62        Sets variables specific to the package manager, and any static files
     63        for a package definition.
     64
     65    packages
     66        Defines a package.
     67
     68    segments
     69        Parts of Makefiles.
     70        Concatenated together to form the Makefile for a package.
     71
     72perllib:
     73    Contains perl modules for parsing inputs.
     74    Package folder contains package-specific functionality
     75    (for a package to work, it must be defined here as _<package>.pm)
     76
    5177Gotchas:
    5278    derby.jar location
Note: See TracChangeset for help on using the changeset viewer.