Go to file
2010-05-18 07:44:45 +02:00
bin xbps-repo: fix genindex target to not return error when a package is already 2010-05-18 02:42:21 +02:00
doc Exclude portableproplib code when generating the API docs. 2010-04-28 18:10:35 +02:00
include Bump XBPS_RELVER for last change. 2010-05-11 13:47:14 +02:00
lib libxbps: change the epoch char to ':' to differentiate the starting char in pkgname. 2010-05-11 13:38:35 +02:00
.hgignore Update .hgignore after last change (troff manpages). 2010-05-03 22:01:18 +02:00
.hgtags Added tag 0.5.2 for changeset 246721b8546e 2010-05-18 07:44:45 +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 xbps-repo(8): improved the 'search' target to also match substrings 2010-05-12 05:04:35 +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!