I'd love to know more about those apps.
to build 'classical' apps (those that use ./configure && make) you can try
sbbuilder --package=foo --version=42.0
then move tar.gz to foo/42.0/src
add description in foo/42.0/src/foo.SlackBuild
now as root run the slackbuild:
su
sh foo.Slackbuild
if everything went ok, you should have a package ready to install in foo/42.0/foo-42.0-vl60-1.tlz
you can install it with
installpkg foo-42.0-vl60-1.tlz
if (everything went like that and you'd like to upload it to the repos) {
PM me and we'll find a way to get it into the repositories.
}
else{
mess with the slackbuild file to see why it's failing. #hint: missing deps?
}
Btw, I started a thread some time ago you might find useful. Feel free to add your findings
http://forum.vectorlinux.com/index.php?topic=3023.0