Go to file
2012-11-03 09:48:16 +01:00
bin xbps-install: state_cb.c: s/xbps-bin/xbps-install/g. 2012-11-03 09:48:16 +01:00
data Use a common place to set XBPS_VERSION. 2012-10-03 10:10:20 +02:00
doc
etc xbps.conf: remove xbps.hosting-unlimited.org mirrors (outdated). 2012-07-31 10:18:14 +02:00
include Bump XBPS_API_VERSION for latest changes in libxbps behaviour. 2012-10-26 11:35:01 +02:00
lib unpack: correctly take into account rootdir while checking symlinks. 2012-10-27 10:36:39 +02:00
mk mk/prog.mk: remove all object files. 2012-11-03 09:42:51 +01:00
tests
.gitignore New utilities: xbps-{install,pkgdb,query,reconfigure,rindex} (WIP). 2012-11-02 15:04:25 +01:00
3RDPARTY
configure Use a common place to set XBPS_VERSION. 2012-10-03 10:10:20 +02:00
COPYING
Makefile
NEWS NEWS: mention latest changes. 2012-10-26 11:34:47 +02:00
README README: minor nits. 2012-07-22 10:55:24 +02:00
TODO Improved finding obsolete files while upgrading pkgs. 2012-10-24 07:45:00 +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