mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/liborcus: Updated for version 0.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
532d7d7f8a
commit
60e98dbc74
3 changed files with 5 additions and 10 deletions
Binary file not shown.
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=liborcus
|
||||
VERSION=${VERSION:-0.13.4}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -69,11 +69,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# [PATCH] Fix build with Boost 1.67
|
||||
# https://gitlab.com/orcus/orcus/commit/f7485813af8e50f88c77312fb29b7bb489a0a17d
|
||||
# https://gitlab.com/orcus/orcus/issues/60
|
||||
zcat $CWD/boost.patch.gz | patch -p1
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liborcus"
|
||||
VERSION="0.13.4"
|
||||
VERSION="0.14.1"
|
||||
HOMEPAGE="https://gitlab.com/orcus/orcus"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.13.4.tar.xz"
|
||||
MD5SUM="a2d561a5fd48ccfd9e1011b525771a36"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.14.1.tar.xz"
|
||||
MD5SUM="d3f56b0eb115a081ee3e1d244f0a8a78"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libixion"
|
||||
|
|
Loading…
Reference in a new issue