network/sqlrelay: Updated for version 1.9.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-03-08 22:57:11 +07:00
parent 27a79a84f8
commit cb875d9905
2 changed files with 6 additions and 4 deletions

View file

@ -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)

View file

@ -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"