Go to file
Juan RP 8534b79ffc Prepare for going-to-be-released 0.6.1.
Includes the following change:

* When replacing a package that is going to be updated in the transaction
   do not remove it, just overwrite its files and continue. The updated
   package will find that old files didn't match the SHA256 hash and will
   skip them. This solves the issue of new package updates requiring new
   dependencies with files that were previously stored in the old version.
   For example gtk+-2.20 containing gdk-pixbuf, and gtk+-2.22 requiring
   gdk-pixbuf externally.
2010-10-23 18:09:35 +02:00
bin Prepare for going-to-be-released 0.6.1. 2010-10-23 18:09:35 +02:00
doc Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
include Bump XBPS_RELVER for changes that will go to 0.6.0. 2010-06-02 23:50:44 +02:00
lib Prepare for going-to-be-released 0.6.1. 2010-10-23 18:09:35 +02:00
.hgignore Update .hgignore for recent changes. 2010-05-20 15:20:29 +02:00
.hgtags Added tag 0.6.1 for changeset e51c0a0d740b 2010-10-23 17:58:16 +02:00
3RDPARTY Import and merge libfetch-2.31 from NetBSD pkgsrc. 2010-06-02 23:44:25 +02:00
configure Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02: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 Prepare for going-to-be-released 0.6.1. 2010-10-23 18:09:35 +02:00
prog.mk Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02: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!