From ba2fd360bb020e1d894f9082531ec48f4b05187a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Oct 2008 02:29:14 +0200 Subject: [PATCH] pkgfs.sh: updated TODO with more wanted items. --HG-- extra : convert_revision : 81430a79c6539799dc6b2ecaf1fab3a48a0f35f0 --- pkgfs.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgfs.sh b/pkgfs.sh index 05f4ebde99d..7a3d73c32c7 100755 --- a/pkgfs.sh +++ b/pkgfs.sh @@ -28,11 +28,12 @@ #- # # TODO -# - Implement a routine that checks if installed version is sufficient -# to satisfy the required dependency... right now it's very prone -# to errors and slow. -# - Multiple distfiles in a package. -# - Multiple URLs to download source distribution files. +# - Implement support for packages that need personalized installation. +# - Implement a chroot target that builds packages as root on it, for +# packages that need it (setuid, setgid). +# - More robust and fast dependency checking. +# - Multiple distfiles in a package, personalized stuff to unpack them. +# - Multiple URLs to download source distribution files, aliases, etc. # # Default path to configuration file, can be overriden # via the environment or command line.