Pagina 1 di 1

SlackBuild ideas for KNemo?

Inviato: dom 2 apr 2006, 9:04
da victorche
I've tried to make myself a package with the Slacky's SlackBuild...
But no success :/

The newest Knemo has to be build with unsermake instead of make :roll:

To see the changes of Knemo 0.4, go here:
http://kde-apps.org/content/show.php?co ... be25c36c02

Here is a quote from KDE Wiki:
...unsermake is a compelling replacement for automake...
Creating Slackware .tgz package with unsermake:
Checkinstall is a package creation software. One can create an RPM, TGZ (slackware), or DEB using checkinstall. On slackware, edit the "checkinstall" script and rename all "make" with "unsermake" won't help at all...
So any ideas how I can use unsermake in a SlackBuild?

Inviato: dom 2 apr 2006, 12:58
da sid77
is checkinstall really needed?
if unsermake supports DESTDIR=/path you can write a plain SlackBuild which builds your software and installs it into /tmp/package-knemo and then makepkg that folder (this is the "volkerding's way")

ciao

Inviato: dom 2 apr 2006, 15:06
da mangus
As reported on kde-apps:
the build files (makefile.am, configure etc.) have been made by unsermake - which shouldn't be done (actually quite much authors forget to deactivate the unsermake export)

just run:
make -f admin/Makefile.common
in the source directory, this will regenerate the build files (please uninstall unsermake first, else you'll have the same problem ;-)

You can modify your slackbuild adding the above command before running
./configure

cheers