Go to file
Juan RP 6e26332a2e A really faster dependency sorting algorithm, 60% faster approx!
Benchmarks before and after the code for installing
"xorg gnome xbmc vlc firefox epdfview":

OLD
-----------------
real	0m1.844s
user	0m1.841s
sys	0m0.003s

NEW
-----------------
real	0m0.873s
user	0m0.868s
sys	0m0.004s
2011-01-28 19:47:05 +01:00
bin xbps-bin::check.c: reset a var to avoid false positives. 2011-01-28 12:18:17 +01:00
doc Update doxygen's doxyfile for the API, add the XBPS logo. 2011-01-27 13:28:06 +01:00
include Make xbps_remove_pkg_from_* use shared code, and add another variant. 2011-01-27 18:22:57 +01:00
lib A really faster dependency sorting algorithm, 60% faster approx! 2011-01-28 19:47:05 +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 Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +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 xbps-bin(8): added -D option to only show the URL to download binary packages. 2011-01-27 14:36:33 +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 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!