Message-ID: <389EC8E1.1019F95D@softhome.net> Date: Mon, 07 Feb 2000 15:30:09 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP Setup Utility in the making. References: <87jegs02e44 AT enews2 DOT newsguy DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com "J.W. Mays" wrote: > I want to have a "zip-picker" style form with all the different > sections like functionality, IDE's, Extras and such with all the packages > listed in their section, Or should I just list out all the packages in one > listbox and have the user "check" which package they want? If you make your application a front-end for zippo, this will make the problem easier to solve - package dependency handling will be zippo's work. And zip-picker style can be combined with list of all packages easy - create empty packages which have nice name like 'C development' and depend on gcc, djdev, binutils, etc. Those empty packages (or metapackages, as they are called on Debian GNU/Linux) can be presented on the list of all packages. > Also, if a package is selected that needs to be built (make or something), Richard, can be this option added to DSM? (like 'package-type: [source|binary]) Laurynas Biveinis