shutils: use xbps-pkgdb getpkg{name,version}, remove item from TODO.

--HG--
extra : convert_revision : 69927380509b3bc6b3f80ee3cbc44953bdd2b729
This commit is contained in:
Juan RP 2009-02-17 13:58:34 +01:00
parent 3d308188b7
commit 0bb1780f8e
4 changed files with 47 additions and 37 deletions

View file

@ -3,8 +3,6 @@ xbps-src:
* Multiple URLs to download source distribution files, aliases, etc.
Something like ${sourceforge} to pick up any specified mirror on the list.
* More robust and fast dependency checking.
* $version needs to have a dot to be found by xbps.sh.
Some packages do not have a dot on its version, like udev-130.
* Add support to run the prepost-* scripts, so that the same actions are
performed in source/bin packages. Use current postinstall_helpers to
automatically add triggers, shared by src/bin pkgs. [IN PROGRESS]