|
"lose the discipline of wrapping new stuff into a package and just do make installs" You could just as easily do:
'src2pkg -I -W tarball-name' and you'd have the package, have it installed and have the mess cleaned up... Heck, let it download the source for you even:
'src2pkg -I -W URL-of-tarball'
|