mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/obnc: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7467e0f3d4
commit
f10f8a01d1
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for obnc
|
# Slackware build script for obnc
|
||||||
|
|
||||||
# Copyright 2019 Jorge Giner Cordero
|
# Copyright 2020 Jorge Giner Cordero
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=obnc
|
PRGNAM=obnc
|
||||||
VERSION=${VERSION:-0.15.2}
|
VERSION=${VERSION:-0.16.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -71,8 +71,7 @@ find -L . \
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./build --use-long-int --use-long-real \
|
./build --prefix=/usr --libdir=lib${LIBDIRSUFFIX}
|
||||||
--prefix=/usr --libdir=lib${LIBDIRSUFFIX}
|
|
||||||
|
|
||||||
./install --destdir=$PKG
|
./install --destdir=$PKG
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="obnc"
|
PRGNAM="obnc"
|
||||||
VERSION="0.15.2"
|
VERSION="0.16.1"
|
||||||
HOMEPAGE="http://miasap.se/obnc"
|
HOMEPAGE="http://miasap.se/obnc"
|
||||||
DOWNLOAD="http://miasap.se/obnc/downloads/obnc_0.15.2.tar.gz"
|
DOWNLOAD="http://miasap.se/obnc/downloads/obnc_0.16.1.tar.gz"
|
||||||
MD5SUM="12e287477610dbfc8a53fdeeac5d4565"
|
MD5SUM="974245022410d7344134888c375a90fb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue