sz-build

sz-build – Slashpackage build tools

A suite of tools that make it easier to build and package software according to both the preferred slashpackage convention, and the conventional way using Filesystem Hierarchy Standard (FHS).

An explicit goal is to keep all interfaces consistent with how existing skarnet.org software (skaware) is built. This makes sense becasue skaware is the most widely used slashpackage software.

Examples

Example of how to build software assuming a conventional FHS layout:

$ ./configure
$ make
$ sudo make install

Example of how to build software assuming the slashpackage convention:

$ ./configure --enable-slashpackage
$ make
$ sudo make install

Requirements

License

Internet Software Consortium

Download

Current version: 0.0.1

Repository: https://git.senzilla.io/sz-build

Components