blob: bebba982d14b86fc885daacabf3a0c03af443746 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
By default this SlackBuild is going to build a dynamically linked skype
package, but in some cases a staticly linked one might be preferred.
First, get the skype_static tarball from here:
http://download.skype.com/linux/skype_static-4.0.0.7.tar.bz2
(md5sum: f92b977460d9fc4f090c2bf14b692438)
Then run skype.SlackBuild like this:
STATIC=yes ./skype.SlackBuild
Note that the static version requires libtiff.so.4 which does not come
with slackware (yet), so we have to trick it with:
ln -s /usr/lib/libtiff.so /usr/lib/libtiff.so.4
Enjoy :-)
|