Le 21/04/2012 08:01, Darrell Anderson a écrit :
Anybody able to build this plugin?
Seems some files are missing, notably the configure script.
I can build the package after copying a couple of files from the original sources, but
the package does not build correctly:
usr/lib/mozilla/plugins/kaffeineplugin.so
gets built as
usr/lib/mozilla/plugins/kaffeineplugin
Darrell
I built it on TDE 3.5.13. It is a bit tricky.
Basically, you must build the "./configure" script yourself by copying 2
autotools files, then invoking "autoreconf".
Something like:
|cp -f "/usr/share/aclocal/libtool.m4" .
cp -f "/usr/share/libtool/config/ltmain.sh" .
autoreconf
./configure .....
|
Good luck