network/pidgin-sipe: Updated for version 1.21.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5723dc7100
commit
874d4b2acb
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for pidgin-sipe.
|
# Slackware build script for pidgin-sipe.
|
||||||
|
|
||||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||||
|
# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,8 +24,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pidgin-sipe
|
PRGNAM=pidgin-sipe
|
||||||
VERSION=${VERSION:-1.13.3}
|
VERSION=${VERSION:-1.21.0}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -62,7 +63,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="pidgin-sipe"
|
PRGNAM="pidgin-sipe"
|
||||||
VERSION="1.13.3"
|
VERSION="1.21.0"
|
||||||
HOMEPAGE="http://pidgin-sipe.sourceforge.net/"
|
HOMEPAGE="http://pidgin-sipe.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.13.3.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/sipe/pidgin-sipe-1.21.0.tar.xz"
|
||||||
MD5SUM="7d115de9d9029c9eebd0a3647dbf27d5"
|
MD5SUM="619e07f690a314411306246ef84b6930"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Marco Bonetti"
|
MAINTAINER="Philip van der Hoeven"
|
||||||
EMAIL="sid77@slackware.it"
|
EMAIL="philip@vd-hoeven.nl"
|
||||||
|
|
Loading…
Reference in New Issue