Go to file
Juan RP fe15380e1b libxbps: modify the API, new func xbps_get_binpkg_repo_uri().
This function replaces xbps_repository_get_path_from_pkg_dict() and
xbps_get_binpkg_local_path(). It takes a pkg dictionary as returned
by a repository pkg index or a transaction dictionary and returns
a string with the full path to the binary pkg, either in local
repos, cachedir or remote repos.

Update all code to use this function... sorry I broke ABI compatiblity.
2011-01-18 18:21:55 +01:00
bin libxbps: modify the API, new func xbps_get_binpkg_repo_uri(). 2011-01-18 18:21:55 +01:00
doc Update the dot(1) graph for the libxbps transaction dictionary. 2010-11-06 10:28:09 +01:00
include libxbps: modify the API, new func xbps_get_binpkg_repo_uri(). 2011-01-18 18:21:55 +01:00
lib libxbps: modify the API, new func xbps_get_binpkg_repo_uri(). 2011-01-18 18:21:55 +01:00
.hgignore xbps-dgraph: new utility to generate dot(1) graphs for package metadata properties. 2010-11-08 23:27:15 +01:00
.hgtags Added tag 0.7.3 for changeset b373dfd04ef2 2011-01-16 17:08:24 +01:00
3RDPARTY Import and merge libfetch-2.31 from NetBSD pkgsrc. 2010-06-02 23:44:25 +02:00
Changelog NEWS, Changelog: update for 0.7.3. 2011-01-16 17:07:43 +01:00
configure configure: -Wformat-security and -Wformat-nonliteral are included in -Wformat=2. 2011-01-15 14:02:34 +01: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, Changelog: update for 0.7.3. 2011-01-16 17:07:43 +01:00
prog.mk configure: added --silent option to hide compilation details. 2011-01-15 10:49:35 +01: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!