office/basket: Updated for version 2.49b.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
3daed21c9a
commit
d8363d40ce
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for basket
|
||||
|
||||
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=basket
|
||||
VERSION=${VERSION:-2.11b}
|
||||
VERSION=${VERSION:-2.49b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,8 +72,8 @@ find -L . \
|
|||
mkdir build
|
||||
cd build
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="basket"
|
||||
VERSION="2.11b"
|
||||
VERSION="2.49b"
|
||||
HOMEPAGE="https://basket-notepads.github.io/"
|
||||
DOWNLOAD="https://github.com/basket-notepads/basket/archive/v2.11b/basket-2.11b.tar.gz"
|
||||
MD5SUM="005c6fc8c818fc6c77a2c6acffc943dd"
|
||||
DOWNLOAD="https://github.com/basket-notepads/basket/archive/v2.49b/basket-2.49b.tar.gz"
|
||||
MD5SUM="eabd8bf25b102d35f242d3494bea7b3d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue