Juan RP 1536fe578e Revert "lbnfs: update to 1.9.3"
This reverts commit 31eb89971200a586f14a33751f590b02cefe213e.

Update with a gratuitous SONAME bump that I didn't review... reverted.
2014-03-24 07:58:11 +01:00
2014-03-24 07:58:11 +01:00
2014-01-28 13:34:58 +01:00
2014-03-22 19:49:59 +01:00

The XBPS packages collection

This repository contains the XBPS package collection to build binary packages for the Void Linux distribution.

To start using it first you'll need some external dependencies:

  • GNU make
  • GNU bash
  • C compiler
  • fakeroot
  • xbps >= 0.33

The xbps-src utility and its helpers must be built first:

 $ make

The xbps-src chroot helper required to chroot and setup the bind mounts must be a setgid binary that can only be executed by a special group, by default xbuilder. To set the appropiate permissions run the setup target:

 $ sudo make setup

After that you can run:

 $ ./xbps-src -h

to see all available targets/options and start building any available package in the srcpkgs directory.

The etc/defaults.conf file contains the possible settings that can be overrided through etc/conf configuration file for the xbps-src utility.

See Manual for documentation to create and learn about the source packages.

Description
The Void source packages collection
Readme 553 MiB
Languages
bash 88.1%
Shell 6%
C 2.8%
Roff 1.3%
C++ 0.4%
Other 1.1%