On Fri, Feb 15, 2002 at 08:26:20PM +1000, David Findlay wrote: > How does one go about writing an apt-method? Is there some documentation > somewhere? Thanks,
Look at the methods/ directory in the apt source for several examples. If you are using C++, you can use the pkgAcqMethod class from libapt-pkg. Otherwise, you will want to duplicate the functionality of that class in your method. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

