Go to file
Juan RP 4b0c08ebcf xbps_unpack_binary_pkg: multiple fixes and improvements.
- Don't write any archive entry to disk unless the package metadata
  plist files are found.
- Always check for the package metadata plist files in the first 4
  entries, if they aren't found stop the unpacking... invalid archive.
- Don't check for removing INSTALL/REMOVE scripts on each iteration when
  extracting, just check it once before the loop.
- Add doxygen comments and related stuff.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20100122225639-wameh8ls94bkm68h
2010-01-22 23:56:39 +01:00
bin Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
include Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
lib xbps_unpack_binary_pkg: multiple fixes and improvements. 2010-01-22 23:56:39 +01:00
.bzrignore .bzrignore: add .xml files. 2009-12-18 13:21:19 +01:00
Makefile Install the xbps_api.h header. 2010-01-13 19:32:25 +01:00
prog.mk Rework Makefile files, fully parallel builds are now possible. 2010-01-18 21:18:26 +01:00
README README: improve make install example. 2009-12-28 23:35:16 +01:00
vars.mk Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00

See http://xbps.nopcode.org/ for information.

To build this you'll need:

- openssl (development package with static libs)
- libarchive (development package with static libs, and all features
  built in: acl/attr, xz, bzip2 and zlib are REQUIRED to build the
  static binaries!)
- proplib (development package with static lib),
  available at http://code.google.com/p/portableproplib
- asciidoc (to build the manpages)

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!