network/skype: Updated for version 2.0.0.72

This commit is contained in:
Mauro Giachero 2010-05-13 00:38:14 +02:00 committed by Robby Workman
parent d3ba289031
commit 9caad549e2
3 changed files with 10 additions and 8 deletions

View file

@ -4,4 +4,4 @@ running any of the supported platforms, as well as receiving
and placing calls from and to normal land lines as well as
mobile phones.
This script repackages the static tarball provided by Skype.
This script repackages the shared tarball provided by Skype.

View file

@ -28,7 +28,7 @@
PRGNAM=skype
VERSION=2.0.0.72
ARCH=${ARCH:-i486}
ARCH=i486 # leave this alone
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,8 +46,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/${PRGNAM}_static-$VERSION.tar.bz2 || exit 1
cd ${PRGNAM}_static-$VERSION || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
chmod 644 sounds/*
@ -72,4 +72,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="skype"
VERSION="2.0.0.72"
HOMEPAGE="http://www.skype.com"
DOWNLOAD="http://download.skype.com/linux/skype_static-2.0.0.72.tar.bz2"
MD5SUM="cfaa796ef55e3f858a09bbe096eded5a"
DOWNLOAD="http://puppylinux.dreamhosters.com/download/download_misc/skype/skype-2.0.0.72.tar.bz2"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM="71fa47d788e73bcaf5b788be9236e97d"
MD5SUM_x86_64=""
MAINTAINER="Mauro Giachero"
EMAIL="mauro dot giachero at gmail dot com"
APPROVED="rworkman"
APPROVED="rworkman,pprkut"