Go to file
2011-02-25 11:21:12 +01:00
bin xbps-bin: add a simple unpack cb that mimics the 'check' target. 2011-02-24 10:18:24 +01:00
doc Update the pkgprops graph to match latest code. 2011-02-05 12:39:55 +01:00
include Added xbps_get_file_hash_from_dict(), returns the sha256 string obj in a dictionary. 2011-02-24 00:21:40 +01:00
lib Fix chdir(2) path in previous. 2011-02-25 11:21:12 +01:00
.hgignore
.hgtags
3RDPARTY
Changelog
configure configure: test correctly PIE and PIC flags, remove -O2 which errors out on pcc. 2011-02-24 16:22:09 +01:00
LICENSE
Makefile
NEWS xbps-bin: remove the unpack callback with a percentage. 2011-02-22 16:33:54 +01:00
prog.mk
README
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!