Go to file
Juan RP f2b05d6438 Improved pkg best matching in rpool, and support for exact pkgver matches.
- xbps_repository_pool_find_pkg in best match case, now returns the
  newest package version available in rpool.
- Added xbps_repository_pool_find_pkg_exact that returns a package
  by exact matching a pkgver.
- Removed xbps_handle_alloc(), the user is free to use memory
  allocated from heap or stack.
- Improved API documentation in preparation for 0.12.

Bumped XBPS_API_VERSION again.
2012-01-17 16:17:03 +01:00
bin Improved pkg best matching in rpool, and support for exact pkgver matches. 2012-01-17 16:17:03 +01:00
doc Merged purge code in remove, configurable transaction regpkgdb flushing. 2011-12-24 01:05:26 +01:00
etc Do not treat repositories with trailing '/' chars as invalid. 2012-01-15 17:23:50 +01:00
include Improved pkg best matching in rpool, and support for exact pkgver matches. 2012-01-17 16:17:03 +01:00
lib Improved pkg best matching in rpool, and support for exact pkgver matches. 2012-01-17 16:17:03 +01:00
.gitignore Remove old mercurial repo references. 2011-07-17 01:51:48 +02:00
3RDPARTY 3RDPARTY: sync with reality. 2011-10-24 09:13:05 +02:00
configure Detect clock_gettime(2) and use (if available) for the fetch cb. 2011-12-19 16:41:57 +01:00
COPYING Bump copyright year for changed files. 2012-01-04 17:56:52 +01:00
Makefile Makefile: update dist target for git. 2011-07-08 08:45:19 +02:00
NEWS NEWS: typos. 2012-01-16 08:10:47 +01:00
README New configuration file via confuse: xbps.conf. 2011-12-15 11:19:20 +01:00
TODO xbps-bin: it's possible to reinstall any pkg with '-f' option. 2011-12-20 16:08:23 +01: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)
  - confuse >= 2.7 (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!