libraries/libe-book: Updated for version 0.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cc637d031e
commit
f99e3b5318
|
@ -13,5 +13,7 @@ Currently supported are:
|
||||||
- zTXT
|
- zTXT
|
||||||
- ZVR (simple compressed text format)
|
- ZVR (simple compressed text format)
|
||||||
|
|
||||||
To build the doxygen html documentation use DOC="yes".
|
|
||||||
To build the tests, install cppunit before running this script.
|
To build the tests, install cppunit before running this script.
|
||||||
|
|
||||||
|
To build the doxygen html documentation use:
|
||||||
|
DOC="yes" ./libe-book.SlackBuild
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libe-book
|
# Slackware build script for libe-book
|
||||||
|
|
||||||
# Copyright 2015, 2017 Hunter Sezen California, USA
|
# Copyright 2015, 2017-2018 Hunter Sezen California, USA
|
||||||
# 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,8 +23,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libe-book
|
PRGNAM=libe-book
|
||||||
VERSION=${VERSION:-0.1.2}
|
VERSION=${VERSION:-0.1.3}
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -80,7 +80,7 @@ else
|
||||||
cppunit='--disable-tests'
|
cppunit='--disable-tests'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CXXFLAGS="$SLKCFLAGS -DBOOST_ERROR_CODE_HEADER_ONLY" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="libe-book"
|
PRGNAM="libe-book"
|
||||||
VERSION="0.1.2"
|
VERSION="0.1.3"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/libebook/"
|
HOMEPAGE="https://sourceforge.net/projects/libebook/"
|
||||||
DOWNLOAD="https://sourceforge.net/projects/libebook/files/libe-book-0.1.2/libe-book-0.1.2.tar.xz"
|
DOWNLOAD="https://sourceforge.net/projects/libebook/files/libe-book-0.1.3/libe-book-0.1.3.tar.xz"
|
||||||
MD5SUM="19d84f4a97aab32d350d1f47ea3da0b3"
|
MD5SUM="2956f1c5e7950b0018979a132165da8b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="liblangtag"
|
||||||
MAINTAINER="Hunter Sezen"
|
MAINTAINER="Hunter Sezen"
|
||||||
EMAIL="ovariegata@yahoo.com"
|
EMAIL="ovariegata@yahoo.com"
|
||||||
|
|
Loading…
Reference in New Issue