development/obnc: Updated for version 0.10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8d168183d4
commit
8c033b70fa
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=obnc
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,8 @@ find -L . \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./build --prefix=/usr --libdir=lib${LIBDIRSUFFIX}
|
||||
./build --use-long-int --use-long-real \
|
||||
--prefix=/usr --libdir=lib${LIBDIRSUFFIX}
|
||||
|
||||
./install --destdir=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="obnc"
|
||||
VERSION="0.9.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="http://miasap.se/obnc"
|
||||
DOWNLOAD="http://miasap.se/obnc/downloads/obnc_0.9.1.tar.gz"
|
||||
MD5SUM="b104c055580f0436bf971401cfd9a008"
|
||||
DOWNLOAD="http://miasap.se/obnc/downloads/obnc_0.10.2.tar.gz"
|
||||
MD5SUM="76980a6f5034877768e932892b9d6a78"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue