mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libeXosip2: Updated for version 3.5.0 + new maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
f86f01a0a9
commit
032e1cd386
3 changed files with 16 additions and 14 deletions
|
@ -1,18 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for libeXosip2
|
||||
# Copyright (c) 2011 Eugene Wissner <eugen@flevum.de>
|
||||
|
||||
PRGNAM=libeXosip2
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -51,9 +50,12 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--disable-static \
|
||||
--enable-openssl \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libeXosip2"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="http://savannah.nongnu.org/projects/exosip"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/exosip/libeXosip2-3.2.0.tar.gz"
|
||||
MD5SUM="2186453c58b3da4e302d1456fffa02bf"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/exosip/libeXosip2-3.5.0.tar.gz"
|
||||
MD5SUM="51e85725571870614e448f63c33c8996"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="adev"
|
||||
EMAIL="adev@linuxmail.org"
|
||||
APPROVED="dsomero"
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="eugen@flevum.de"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libeXosip2: libeXosip2 (The eXtended osip library)
|
||||
libeXosip2:
|
||||
libeXosip2:
|
||||
libeXosip2: eXosip is a library that hides the complexity of using the SIP
|
||||
libeXosip2: protocol for mutlimedia session establishement. This protocol is
|
||||
libeXosip2: mainly to be used by VoIP telephony applications (endpoints or
|
||||
libeXosip2: conference server) but might be also usefull for any application
|
||||
libeXosip2: that wish to establish sessions like multiplayer games.
|
||||
libeXosip2:
|
||||
libeXosip2:
|
||||
libeXosip2: Homepage: http://savannah.nongnu.org/projects/exosip/
|
||||
libeXosip2:
|
||||
libeXosip2:
|
||||
libeXosip2:
|
||||
libeXosip2:
|
||||
|
|
Loading…
Reference in a new issue