Go to file
Juan RP 532edaddda libxbps: only initialize repository pool in repository_pool_foreach, fix a bug.
In xbps_repository_pool_init, xbps_fetch_file() returns 1 when a file is
successfully fetched and that var was used to check for successful initialization.
2011-06-24 21:20:06 +02:00
bin xbps-bin: also purge pkgs that shall be replaced. 2011-06-23 11:46:15 +02:00
doc
etc New option in conffile to set libfetch's limit (seconds) in timed out connections. 2011-06-22 09:53:44 +02:00
include Don't initialize repository pool via xbps_init, instead in repository_pool public funcs. 2011-06-22 11:55:02 +02:00
lib libxbps: only initialize repository pool in repository_pool_foreach, fix a bug. 2011-06-24 21:20:06 +02:00
.hgignore
.hgtags
3RDPARTY
configure configure: do not add --as-needed automatically. 2011-06-04 17:32:17 +02:00
COPYING
Makefile
NEWS New option in conffile to set libfetch's limit (seconds) in timed out connections. 2011-06-22 09:53:44 +02:00
prog.mk
README
TODO

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!