Go to file
2011-01-27 03:05:22 +01:00
bin xbps-{bin,repo}: use static const tables to parse objs in XBPS_PKGPROPS files. 2011-01-26 16:34:26 +01:00
doc
include Implemented support for virtual packages. 2011-01-26 18:05:43 +01:00
lib Shared code for xbps_find_{string,pkgname,pkgpattern}_in_array(). 2011-01-27 03:05:22 +01:00
.hgignore
.hgtags
3RDPARTY
Changelog
configure
LICENSE
Makefile
NEWS Implemented support for virtual packages. 2011-01-26 18:05:43 +01:00
prog.mk
README

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!