mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/roger-router: Updated for version 1.9.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c4f45153bd
commit
d9b71fdd7b
4 changed files with 20 additions and 18 deletions
|
@ -3,12 +3,15 @@ Roger-Router (former FFGTK Router Manager)
|
|||
Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible
|
||||
|
||||
|
||||
To install a Fax-printer you can use (as root-user):
|
||||
|
||||
sh /usr/share/roger/install-fax.sh
|
||||
|
||||
|
||||
Optional Dependencies
|
||||
|
||||
portaudio
|
||||
|
||||
There is an optional firefox-plugin "roger-dial". It can be installed
|
||||
by calling http://de.tabos.org/download/roger-dial-1.8.1.xpi
|
||||
There is an optional firefox-plugin "roger-dial". It can be installed by
|
||||
calling https://www.tabos.org/wp-content/uploads/tabos/roger-dial-1.8.1.xpi
|
||||
from your firefox browser.
|
||||
|
||||
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=roger-router
|
||||
VERSION=${VERSION:-1.8.14}
|
||||
VERSION=${VERSION:-1.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -71,7 +71,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -81,9 +81,8 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
./autogen.sh
|
||||
|
||||
CFLAGS="$SLKCFLAGS -Wno-error=deprecated-declarations" \
|
||||
CXXFLAGS="$SLKCFLAGS -Wno-error=deprecated-declarations" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="roger-router"
|
||||
VERSION="1.8.14"
|
||||
HOMEPAGE="http://de.tabos.org/"
|
||||
DOWNLOAD="http://www.tabos.org/downloads/roger-router-1.8.14.tar.xz"
|
||||
MD5SUM="70a25dc55f72e0449e939a24385334d2"
|
||||
VERSION="1.9.3"
|
||||
HOMEPAGE="https://www.tabos.org/"
|
||||
DOWNLOAD="https://www.tabos.org/wp-content/uploads/tabos/roger-router-1.9.3.tar.xz"
|
||||
MD5SUM="78c4b41b2c3dceb41cb15215f51b0bb8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="speex libpeas spandsp libcapi20 gupnp"
|
||||
REQUIRES="speex libpeas spandsp libcapi20 gupnp json-glib"
|
||||
MAINTAINER="Marek Srejma"
|
||||
EMAIL="sam_web@yahoo.de"
|
||||
|
|
|
@ -11,7 +11,7 @@ roger-router:
|
|||
roger-router: Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible
|
||||
roger-router:
|
||||
roger-router:
|
||||
roger-router: http://tabos.org/
|
||||
roger-router: https://www.tabos.org/
|
||||
roger-router:
|
||||
roger-router:
|
||||
roger-router:
|
||||
|
|
Loading…
Reference in a new issue