Page 1 of 1
tool for creating packages
Posted: 11. Dec 2009, 13:14
by gatewayasteroid
Hello,
I've always used this small script I made for creating pkgs, maybe it can be useful to someone
http://sites.google.com/site/gatewayasteroid/
(safeinstall)
Re: tool for creating packages
Posted: 11. Dec 2009, 14:41
by JRD
checkinstall already do the same.
But be carefull, it not always works and will not install the files in the right place most of the time.
Re: tool for creating packages
Posted: 11. Dec 2009, 14:54
by gatewayasteroid
JRD wrote:checkinstall already do the same.
But be carefull, it not always works and will not install the files in the right place most of the time.
I wrote it exactly for being "safe" (no root rights needed)
it's far from being perfect, of course. To be honest, it's quite raw

Re: tool for creating packages
Posted: 11. Dec 2009, 16:47
by damNageHack
Re: tool for creating packages
Posted: 11. Dec 2009, 17:35
by gatewayasteroid
the SLACKBUILD method is more "formal" and it's very good for making packages to be shared.
Mine is more oriented to a "personal use", so you can quickly make a package without having to prepare a slackbuild.
