Go to file
2011-05-27 09:48:03 +02:00
bin xbps-dgraph: add two new optional objs: homepage and license. 2011-05-27 09:26:50 +02:00
doc xbps_pkg_props_dictionary.dot: update for homepage, license and build_date objs. 2011-05-27 09:45:19 +02:00
include Bump XBPS_RELVER for previous change. 2011-04-11 15:18:44 +02:00
lib xbps_register_pkg: remove 'automatic' boolean argument. 2011-04-11 14:42:06 +02:00
.hgignore .hgignore: ignore generated doxyfile. 2011-05-25 15:48:32 +02:00
.hgtags Added tag 0.8.1 for changeset d454606b5b52 2011-05-27 09:48:03 +02:00
3RDPARTY Import and merge libfetch-2.31 from NetBSD pkgsrc. 2010-06-02 23:44:25 +02:00
configure configure: build with -pthread unconditionally, don't test for -pipe or -D_FORTIFY_SOURCE. 2011-02-27 15:44:44 +01:00
LICENSE LICENSE: update copyright year. 2011-01-29 12:46:40 +01:00
Makefile Makefile: added dist target to create distribution source tarball. 2010-10-23 18:08:33 +02:00
NEWS NEWS: update for 0.8.1. 2011-05-27 09:45:32 +02: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
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!