Am Dienstag, 22. März 2005 17:33 schrieb Charles Steinkuehler: > Moved to devel list... > > Martin Hejl wrote: > > <snip> > > | For a much more verbose description (one that also includes the > | "how" and not only the "what"), please see > | http://leaf.sourceforge.net/doc/guide/buc-devel.html > | That should be enough to get you going. If something is unclear > | or plain wrong (happens at times, since the documentation doesn't > | always keep up with development), please let us know. > | > | If you have specific questions, please ask as well. > | > | I hope that helps. > > I just started playing with buildtool, which seems pretty slick. I > think I have the build environment setup and built without problems > (I was able to build ncurses and bash), but I'm a bit unsure of how > to proceed with trying to build new packages (ie: vim, rsync, etc). > > What's the easiest way to 'tinker' with creating a new package? It > looks like I need to put the initial package files online via http > or viewcvs, and add an appropriate <server> section to > conf/sources.cfg. > > Is this correct, or is there support for 'local', or file:// type > of access, so I could just make a local "repository" with the > source tarball and buildtool config files, and not hassle with > network downloads?
A quick'n'dirty solution is to create a directory for your app in buildtool/sources like buildtool/sources/rsync Copy your source tgz into that dir and create there buildtool.mk and buildtool.cfg (you may copy existing ones and change as needed). You'll have to add the new package to conf/sources.cfg like any other - don't bother about server/network stuff - with all needed files in sources/yourpackage it will not try to download again. If you like, I can send you the rsync setup and the corresponding entry for sources.cfg as example. kp ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_idh82&alloc_id148&op=click _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel