Regole del forum
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
...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?
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")
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