Implement blueprint 'xbps-repo-list-via-cmdline'.

A new target (add-pkgidx) has been added to the xbps-repo command,
that takes two args, local repository dir and path to binpkg.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090818121244-pfdagkfqeukn1t2r
This commit is contained in:
Juan RP
2009-08-18 14:12:44 +02:00
parent 5c07b001bc
commit ca9d72d460
3 changed files with 36 additions and 11 deletions

View File

@@ -27,5 +27,6 @@
#define _XBPS_REPO_INDEX_H_
int xbps_repo_genindex(const char *);
int xbps_repo_addpkg_index(const char *, const char *);
#endif /* !_XBPS_REPO_INDEX_H_ */