Go to file
Juan RP ab10cc3b15 xbps_find_pkg_dict_installed: dictionary MUST be copied before calling
xbps_regpkgs_dictionary_release(), otherwise it will be NULL.

Found by executing this function without initializing regpkgdb.
2010-11-08 01:37:53 +01:00
bin Misc cleanups and performance improvements. 2010-11-06 06:44:00 +01:00
doc Update the dot(1) graph for the libxbps transaction dictionary. 2010-11-06 10:28:09 +01:00
include xbps_api.h: improve description for some defs. 2010-11-08 00:50:19 +01:00
lib xbps_find_pkg_dict_installed: dictionary MUST be copied before calling 2010-11-08 01:37:53 +01:00
.hgignore Update .hgignore for recent changes. 2010-05-20 15:20:29 +02:00
.hgtags Added tag 0.6.2 for changeset fe0d022c4236 2010-10-31 00:50:32 +02:00
3RDPARTY Import and merge libfetch-2.31 from NetBSD pkgsrc. 2010-06-02 23:44:25 +02:00
Changelog Changelog: update. 2010-10-31 00:50:16 +02:00
configure configure: don't use -fPIE and --param ssp-buffer-size if CC != gcc. 2010-10-27 00:19:02 +02:00
LICENSE LICENSE: remove C comments. 2010-04-28 03:40:31 +02:00
Makefile Makefile: added dist target to create distribution source tarball. 2010-10-23 18:08:33 +02:00
NEWS NEWS: XBPS 0.6.2 will be released in a few minutes. 2010-10-31 00:49:56 +02:00
prog.mk Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
README Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +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!