Go to file
2010-05-19 00:42:36 +02:00
bin xbps-repo/index.c: fix a typo. 2010-05-18 23:06:27 +02:00
doc Improve binary package metadata plist file images. 2010-05-19 00:42:36 +02:00
include libxbps::xbps_remove_obsoletes(): reset a var to 0 in non fatal errors! 2010-05-18 15:33:27 +02:00
lib libxbps: if XBPS_FLAG_VERBOSE is set print to stdout some info about binary 2010-05-18 23:04:14 +02:00
.hgignore Update .hgignore after last change (troff manpages). 2010-05-03 22:01:18 +02:00
.hgtags Added tag 0.5.2.2 for changeset 0c1a7cea8bd2 2010-05-18 15:33:31 +02:00
3RDPARTY Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
LICENSE LICENSE: remove C comments. 2010-04-28 03:40:31 +02:00
Makefile Rework Makefiles one more time. 2010-01-24 13:59:58 +01:00
NEWS libxbps::xbps_remove_obsoletes(): reset a var to 0 in non fatal errors! 2010-05-18 15:33:27 +02:00
prog.mk prog.mk: don't redirect stderr to /dev/null for static linking. 2010-05-04 15:04:06 +02:00
README README: update project URL. 2010-05-04 15:11:48 +02:00
vars.mk Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +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 (enabled with BUILD_API_DOCS
make(1) argument):

  - graphviz and doxygen.

By default it will be installed into /usr/local, can be changed
by setting PREFIX and DESTDIR vars as make(1) arguments.

Just run "make" and "make DESTDIR=~/xbps install".

Good luck!