Go to file
Juan RP 7f8c8b3dcd xbps-create: remove trailing whitespace.
(cherry picked from commit d139420576328084255f0145c5cfea3ad2d1367a)
2012-09-29 19:04:12 +02:00
bin xbps-create: remove trailing whitespace. 2012-09-29 19:04:12 +02:00
data
doc
etc xbps.conf: remove xbps.hosting-unlimited.org mirrors (outdated). 2012-07-31 10:18:14 +02:00
include xbps_api.h: next version will be 0.17. 2012-08-10 08:44:41 +02:00
lib libxbps: use a struct allocated from stack for the unpack cb. 2012-09-29 19:00:04 +02:00
mk Fix previous and make sure that we build PIE binaries. 2012-09-29 19:02:57 +02:00
tests
.gitignore
3RDPARTY Import proplib-0.6.1. 2012-07-10 23:33:19 +02:00
configure Fix previous and make sure that we build PIE binaries. 2012-09-29 19:02:57 +02:00
COPYING
Makefile
NEWS configure: enable PIE and RELRO by default if compiler supports it. 2012-09-29 19:02:24 +02:00
README README: minor nits. 2012-07-22 10:55:24 +02:00
TODO TODO: more items for 0.17. 2012-07-04 14:58:46 +02:00

See http://code.google.com/p/xbps for information.

To build this you'll need:

  - pkg-config, zlib, openssl, libarchive[0] >= 2.8.0, confuse[1] >= 2.7.

and optionally:

  - graphviz and doxygen (--with-api-docs) to build API documentation.
  - atf >= 0.15 (--with-tests) to build the Kyua test suite [2].

Just run ./configure && make && make install. By default PREFIX is set
to `/usr/local', can be changed by setting --prefix. The DESTDIR variable
is also supported for package managers.

There are some more options that can be tweaked, see them with
`./configure --help'.

Good luck!

[0] http://libarchive.github.com
[1] http://www.nongnu.org/confuse
[2] http://code.google.com/p/kyua