Juan RP ca03127a82 Revert "xbps_match_any_virtualpkg_in_rundeps: break correctly from inner loop on match."
This reverts commit 31b1975b1e901bf714c8be40bf09c7e00e637729.

Revert experimental changes to repository_finddeps.c.
2012-03-11 17:16:58 +01:00
2011-10-24 09:13:05 +02:00
2012-01-04 17:56:52 +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)
  - confuse >= 2.7 (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!
Description
No description provided
Readme 11 MiB
Languages
C 77.4%
Shell 17.2%
Roff 4.4%
Makefile 1%