summaryrefslogtreecommitdiffstats
path: root/network/skype
diff options
context:
space:
mode:
author mario2013-02-23 20:59:20 +0100
committer Robby Workman2013-02-23 20:59:20 +0100
commit3d61b8f92217e604550551301ca06bb9ac377d90 (patch)
tree67ac6a25fcba8239ab95ef1b93826f809f65d922 /network/skype
parent2d5b8a5e3a5ecdb0253a40eba143d5d7576098bd (diff)
downloadslackbuilds-3d61b8f92217e604550551301ca06bb9ac377d90.tar.gz
network/skype: Updated for version 4.1.0.20.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/skype')
-rw-r--r--network/skype/README3
-rw-r--r--network/skype/README.STATIC16
-rw-r--r--network/skype/skype.SlackBuild19
-rw-r--r--network/skype/skype.info6
4 files changed, 8 insertions, 36 deletions
diff --git a/network/skype/README b/network/skype/README
index f10884cc3a..bd4351e405 100644
--- a/network/skype/README
+++ b/network/skype/README
@@ -4,5 +4,4 @@ the supported platforms, as well as receiving and placing calls from
and to normal land lines and mobile phones.
This script repackages the shared tarball provided by Skype, which
-has been built dynamically. For more information on how to repackage
-a static version, check README.STATIC which came with this package.
+has been built dynamically. Static binary support has been removed.
diff --git a/network/skype/README.STATIC b/network/skype/README.STATIC
deleted file mode 100644
index f29c60a93e..0000000000
--- a/network/skype/README.STATIC
+++ /dev/null
@@ -1,16 +0,0 @@
-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.8.tar.bz2
-(md5sum: f749e1c109fbe182b44d462d04f46bee)
-
-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 :-)
diff --git a/network/skype/skype.SlackBuild b/network/skype/skype.SlackBuild
index 85bb17a465..cfc7fd5bab 100644
--- a/network/skype/skype.SlackBuild
+++ b/network/skype/skype.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skype
-VERSION=${VERSION:-4.0.0.8}
+VERSION=${VERSION:-4.1.0.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,17 +33,6 @@ case "$( uname -m )" in
*) ARCH=$( uname -m ) ;;
esac
-# Some people will want staticly linked version instead.
-STATIC=${STATIC:-no}
-
-if [ "$STATIC" = yes ]; then
- SRCNAM=${PRGNAM}_static
- TMPNAM=${SRCNAM}QT
-else
- SRCNAM=$PRGNAM
- TMPNAM=$PRGNAM
-fi
-
# Sanity check, we make sure resulting package will work on users system.
case "$ARCH" in
x86_64)
@@ -69,9 +58,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $TMPNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
-cd $TMPNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
diff --git a/network/skype/skype.info b/network/skype/skype.info
index 8807e2213a..2556c67761 100644
--- a/network/skype/skype.info
+++ b/network/skype/skype.info
@@ -1,8 +1,8 @@
PRGNAM="skype"
-VERSION="4.0.0.8"
+VERSION="4.1.0.20"
HOMEPAGE="http://www.skype.com"
-DOWNLOAD="http://download.skype.com/linux/skype-4.0.0.8.tar.bz2"
-MD5SUM="fa9b4f0ac110349a2480071875068a99"
+DOWNLOAD="http://download.skype.com/linux/skype-4.1.0.20.tar.bz2"
+MD5SUM="fe41f6b36e96730161c0f9332b001575"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES=""