QUOTE (CarlJF @ Mar 6 2008, 03:07 AM)

But it's a small "homemade" utility and no package is available. Only the "make" "make install" procedure is available for sake of being compatible with all decent linux systems. I suppose the guy just don't want to bother creating packages for I don't know how many different software installer when it works just well with "make"...
that is where checkinstall comes in handy. it will replace the "make install" step with "checkinstall" (or something like that, it has been ages since i used it) and it will create a deb, rpm or slack tgz for you. if you need to remove that package then you can use your system packaging system and you will no longer need to hunt for the source directory where you installed it.
and you can keep the resulting rpm somewhere if the development in that project is not too frequent.
ciao!