qsort_depi
static int qsort_depi(const void *pkg1, const void *pkg2);
qsort(depi_ary, count, sizeof(pkg_t *), qsort_depi);