Add WIP xbps-bin utility to handle binpkgs/repos.

--HG--
extra : convert_revision : 8bfa759a11b09cfe1ebc45f9357e6e942552ed32
This commit is contained in:
Juan RP
2008-12-19 10:31:53 +01:00
parent 340557d272
commit 6a16f41237
6 changed files with 289 additions and 15 deletions

View File

@@ -31,6 +31,9 @@
#include <prop/proplib.h>
/* Default PATH for the repositories plist file. */
#define XBPS_REPOLIST_PATH "/var/cache/xbps/repositories.plist"
/* Filename of the package index plist for a repository. */
#define XBPS_PKGINDEX "pkg-index.plist"