summaryrefslogtreecommitdiffstats
path: root/network/sqlrelay
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-03-08 16:57:11 +0100
committer Willy Sudiarto Raharjo2022-03-08 16:57:11 +0100
commitcb875d99055f07c90d32c9e00a03c2c49017da20 (patch)
tree54c951f9232450063e531adcdd311d9935d9162a /network/sqlrelay
parent27a79a84f82577e76f9530ac4afbb42cd8930945 (diff)
downloadslackbuilds-cb875d99055f07c90d32c9e00a03c2c49017da20.tar.gz
network/sqlrelay: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sqlrelay')
-rw-r--r--network/sqlrelay/sqlrelay.SlackBuild4
-rw-r--r--network/sqlrelay/sqlrelay.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/network/sqlrelay/sqlrelay.SlackBuild b/network/sqlrelay/sqlrelay.SlackBuild
index ccb9fb1531..2c25c6217d 100644
--- a/network/sqlrelay/sqlrelay.SlackBuild
+++ b/network/sqlrelay/sqlrelay.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sqlrelay
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -104,6 +104,8 @@ sed -i "s/^\(EXAMPLEDIR = \).*$/\1\${prefix}\/doc\/$PRGNAM-$VERSION\/examples/"
make -j1
make -j1 install DESTDIR=$PKG
+rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
+
# Change SysV style init scripts to BSD run control style
mv $PKG/etc/init.d $PKG/etc/rc.d
(cd $PKG/etc/rc.d ; for i in * ; do mv $i rc.$i.new; done)
diff --git a/network/sqlrelay/sqlrelay.info b/network/sqlrelay/sqlrelay.info
index 260729b0fe..67514768c0 100644
--- a/network/sqlrelay/sqlrelay.info
+++ b/network/sqlrelay/sqlrelay.info
@@ -1,8 +1,8 @@
PRGNAM="sqlrelay"
-VERSION="1.1.0"
+VERSION="1.9.2"
HOMEPAGE="http://sqlrelay.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/sqlrelay/sqlrelay-1.1.0.tar.gz"
-MD5SUM="be726dd405aef7d5530fd22c0c146f98"
+DOWNLOAD="http://downloads.sourceforge.net/sqlrelay/sqlrelay-1.9.2.tar.gz"
+MD5SUM="8dc0ba3befaf2cf688cd90fd4e3e4120"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rudiments"