mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/sqlrelay: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
27a79a84f8
commit
cb875d9905
2 changed files with 6 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=sqlrelay
|
PRGNAM=sqlrelay
|
||||||
VERSION=${VERSION:-1.1.0}
|
VERSION=${VERSION:-1.9.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -104,6 +104,8 @@ sed -i "s/^\(EXAMPLEDIR = \).*$/\1\${prefix}\/doc\/$PRGNAM-$VERSION\/examples/"
|
||||||
make -j1
|
make -j1
|
||||||
make -j1 install DESTDIR=$PKG
|
make -j1 install DESTDIR=$PKG
|
||||||
|
|
||||||
|
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
|
||||||
|
|
||||||
# Change SysV style init scripts to BSD run control style
|
# Change SysV style init scripts to BSD run control style
|
||||||
mv $PKG/etc/init.d $PKG/etc/rc.d
|
mv $PKG/etc/init.d $PKG/etc/rc.d
|
||||||
(cd $PKG/etc/rc.d ; for i in * ; do mv $i rc.$i.new; done)
|
(cd $PKG/etc/rc.d ; for i in * ; do mv $i rc.$i.new; done)
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="sqlrelay"
|
PRGNAM="sqlrelay"
|
||||||
VERSION="1.1.0"
|
VERSION="1.9.2"
|
||||||
HOMEPAGE="http://sqlrelay.sourceforge.net/"
|
HOMEPAGE="http://sqlrelay.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/sqlrelay/sqlrelay-1.1.0.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/sqlrelay/sqlrelay-1.9.2.tar.gz"
|
||||||
MD5SUM="be726dd405aef7d5530fd22c0c146f98"
|
MD5SUM="8dc0ba3befaf2cf688cd90fd4e3e4120"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="rudiments"
|
REQUIRES="rudiments"
|
||||||
|
|
Loading…
Reference in a new issue