Go to file
Juan RP 0a2abb3f3d xbps-repo(8): 'search' target is now case insensitive.
Along with this change, compat code has been added (from NetBSD)
for systems that don't have it. The compat code has been reorganized
to be in a common place and its prototypes in compat.h.

The configure scripts checks if strcasestr() is available, and
uses compat code if not found.

This fixes issue #2 on github.com/vanilla/xbps.
2011-07-09 10:50:44 +02:00
bin xbps-repo(8): 'search' target is now case insensitive. 2011-07-09 10:50:44 +02:00
doc xbps_pkg_props_dictionary.dot: update for homepage, license and build_date objs. 2011-05-27 09:45:19 +02:00
etc New option in conffile to set libfetch's limit (seconds) in timed out connections. 2011-06-22 09:53:44 +02:00
include xbps-repo(8): 'search' target is now case insensitive. 2011-07-09 10:50:44 +02:00
lib xbps-repo(8): 'search' target is now case insensitive. 2011-07-09 10:50:44 +02:00
.gitignore Re-use .hgignore and make a symlink to .gitignore. 2011-06-27 22:48:15 +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 XBPS major changes in June 2011. 2011-06-04 13:37:53 +02:00
configure xbps-repo(8): 'search' target is now case insensitive. 2011-07-09 10:50:44 +02:00
COPYING XBPS major changes in June 2011. 2011-06-04 13:37:53 +02:00
Makefile Makefile: update dist target for git. 2011-07-08 08:45:19 +02:00
NEWS xbps-repo(8): 'search' target is now case insensitive. 2011-07-09 10:50:44 +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 XBPS major changes in June 2011. 2011-06-04 13:37:53 +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!