76ca32e76f
* libxbps: while running INSTALL/REMOVE scripts, do not fail if a script returns ENOENT but the script exists; that means the script did not match the expected action on its switch statement and the fact can be simply ignored. * libxbps: while upgrading packages and searching for obsolete files, do not remove the files that did not match previous SHA256 hash. Also, only remove obsolete dangling symlinks. |
||
---|---|---|
bin | ||
doc | ||
include | ||
lib | ||
.hgignore | ||
.hgtags | ||
3RDPARTY | ||
LICENSE | ||
Makefile | ||
NEWS | ||
prog.mk | ||
README | ||
vars.mk |
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 (enabled with BUILD_API_DOCS make(1) argument): - graphviz and doxygen. By default it will be installed into /usr/local, can be changed by setting PREFIX and DESTDIR vars as make(1) arguments. Just run "make" and "make DESTDIR=~/xbps install". Good luck!