I just compiled wine and want to create a binary tgz package. How?
There's a program called checkinstall that can make .DEB packages, .RPM packages, and Slackware-style .TGZ packages. http://asic-linux.com.mx/~izto/checkinstall/ is the homepage. Have fun ^_^ On Sun, 2003-06-01 at 03:58, Emre ERSIN wrote:> I just compiled wine and want to create a binary tgz package. How? > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users >
Hi Emre, just read the doc here : http://www.winehq.org/docs/wine-pkg/ (if you have completely compiled wine, you already have it in documentation/wine-pkg) --- Emre ERSIN <b9620788@hacettepe.edu.tr> a ?crit :> I just compiled wine and want to create a binary tgz package. How?====Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War ! "What if tomorrow the War could be over ?" Morpheus, in "Reloaded". For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Emre ERSIN wrote:> I just compiled wine and want to create a binary tgz package. How?If it's a Slackware tgz package you're aiming for, do: #mkdir /tmp/work #make install prefix=/tmp/work/usr #cd /tmp/work #makepkg Wine-<wineversion>-<arch>-<build #>.tgz #installpkg Wine-<wineversion>-<arch>-<build #>.tgz Alternatively, I released a SlackBuild script on http://sf.net/projects/wine/files, simply place the source tarball over the empty file edit the script variable to the tarball version and run as root, a complete Slackware package will come out the other end. :-P It also works with the diffs via the patches dir and the patch version variable. Adam Schreiber -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+2sc2jU1oaHEI4wgRApl2AJ0Z/fqqfyovxN+zP71Yy6OROYmmQACg1cDj fof6x7YK88xJpW9w+VWcCwY=i4r0 -----END PGP SIGNATURE-----