Go to file
2011-02-23 23:43:45 +01:00
bin xbps-bin: skip some unneeded stuff in the download and configure phases. 2011-02-23 23:43:45 +01:00
doc Update the pkgprops graph to match latest code. 2011-02-05 12:39:55 +01:00
include xbps_set_pkg_state_installed: added two new optional arguments: version and pkgver. 2011-02-22 11:09:39 +01:00
lib Inline some very common functions in the API. 2011-02-23 17:27:51 +01:00
.hgignore
.hgtags Added tag 0.7.3 for changeset b373dfd04ef2 2011-01-16 17:08:24 +01:00
3RDPARTY
Changelog
configure Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
LICENSE LICENSE: update copyright year. 2011-01-29 12:46:40 +01:00
Makefile
NEWS xbps-bin: remove the unpack callback with a percentage. 2011-02-22 16:33:54 +01: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
TODO TODO: another item for xbps-bin(8). 2011-02-19 19:23:13 +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)

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!