Use the repo list to find binary packages.

--HG--
extra : convert_revision : c35e25604d0e417115cd1c30d77d23fee3c39f92
This commit is contained in:
Juan RP
2008-12-24 12:34:04 +01:00
parent 4101025318
commit 9a0c175c18
3 changed files with 45 additions and 12 deletions

View File

@@ -161,6 +161,7 @@ char * xbps_get_pkg_name(const char *);
int xbps_install_pkg_deps(prop_dictionary_t, prop_dictionary_t);
int xbps_install_binary_pkg(prop_dictionary_t, const char *,
const char *);
bool xbps_install_binary_pkg_from_repolist(prop_object_t, void *, bool *);
int xbps_unpack_binary_pkg(prop_dictionary_t, int (*cb)(struct archive *));
int xbps_unpack_archive_cb(struct archive *);