Go to file
Juan RP 5642ffa86e New configuration scheme changes, round 1.
- Configuration file 'xbps-conf.plist' has been splitted off into
  two files: conf.plist and repositories.plist. By default they
  are stored in etc/xbps.
- Changed some members in xbps_handle struct, mostly to make it easy
  to change its value in {cache,root}dir and conffile.
- Made xbps_init() release proplib objects as soon as we don't need
  them, that way it uses 35% less of memory or in some cases even more.

There will be another commit that will implement to read new virtualpkg
settings by the user, as specified in:

	http://code.google.com/p/xbps/issues/detail?id=12
2011-10-17 12:37:15 +02:00
bin New configuration scheme changes, round 1. 2011-10-17 12:37:15 +02:00
doc doc: update for official logo, new doxyfile with svg images. 2011-08-18 10:44:02 +02:00
etc New configuration scheme changes, round 1. 2011-10-17 12:37:15 +02:00
include New configuration scheme changes, round 1. 2011-10-17 12:37:15 +02:00
lib New configuration scheme changes, round 1. 2011-10-17 12:37:15 +02:00
.gitignore Remove old mercurial repo references. 2011-07-17 01:51:48 +02:00
3RDPARTY XBPS major changes in June 2011. 2011-06-04 13:37:53 +02:00
configure New configuration scheme changes, round 1. 2011-10-17 12:37:15 +02:00
COPYING COPYING: update for lib/compat/strcasestr.c. 2011-07-11 10:18:04 +02:00
Makefile Makefile: update dist target for git. 2011-07-08 08:45:19 +02:00
NEWS NEWS: mention recent changes to libxbps. 2011-10-16 13:25:33 +02:00
prog.mk prog.mk: look for libxbps in $(TOPDIR)/lib first rather than $(PREFIX)/lib. 2011-01-23 14:41:07 +01:00
README Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
TODO XBPS major changes in June 2011. 2011-06-04 13:37:53 +02:00

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

To build this you'll need:

  - pkg-config
  - zlib (development package with static libs)
  - openssl (development package with static libs)
  - libarchive >= 2.8.0 (development package with static libs)

Optionally to build the API documentation:

  - graphviz and doxygen.

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!