SlackBuild ideas for KNemo?

Postate qui se avete consigli per migliorare i pacchetti disponibili in questo sito o se avete problemi con installazione, funzionamento o altro.

Moderatore: Staff

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.
Rispondi
victorche
Linux 1.x
Linux 1.x
Messaggi: 135
Iscritto il: lun 3 ott 2005, 23:12

SlackBuild ideas for KNemo?

Messaggio 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?

Avatar utente
sid77
Linux 3.x
Linux 3.x
Messaggi: 568
Iscritto il: mer 1 giu 2005, 0:00
Slackware: 12.0/12.1/curr (ppc)
Località: PowerPC
Contatta:

Messaggio 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

mangus
Linux 2.x
Linux 2.x
Messaggi: 451
Iscritto il: lun 1 mar 2004, 0:00
Località: Castel de brett!! (bologna)
Contatta:

Messaggio 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

Rispondi