|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2014 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2014,2015 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -24,11 +24,11 @@
|
|
|
|
|
# |
|
|
|
|
# Latest belle-sip sourcecode is available at: <http://www.linphone.org/>. |
|
|
|
|
# |
|
|
|
|
# Depends: d/antlr3, l/polarssl |
|
|
|
|
# Depends: d/antlr3, l/mbedtls |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-belle-sip} |
|
|
|
|
VERSION=${VERSION:-1.3.0} |
|
|
|
|
VERSION=${VERSION:-1.4.2} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://download.savannah.gnu.org/releases/linphone/belle-sip/$ARCHIVE} |
|
|
|
|
|
|
|
|
@ -90,8 +90,7 @@ CXXFLAGS=$CPUOPT \
|
|
|
|
|
./configure \ |
|
|
|
|
--prefix=/usr \ |
|
|
|
|
--libdir=/usr/lib$LIBDIRSUFFIX \ |
|
|
|
|
--disable-static \ |
|
|
|
|
--enable-tls |
|
|
|
|
--disable-static |
|
|
|
|
make -j $JOBS |
|
|
|
|
make install-strip DESTDIR=$PKG |
|
|
|
|
|
|
|
|
|