libraries/toxext: Updated for version 0.0.3.
Fix libraries installation directory Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b731af2a5
commit
51eb4e041c
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=toxext
|
||||
VERSION=${VERSION:-0.0.2}
|
||||
VERSION=${VERSION:-0.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -80,6 +80,8 @@ 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 {} \;
|
||||
|
||||
sed -i "s|DESTINATION\ lib|DESTINATION lib$LIBDIRSUFFIX|" CMakeLists.txt
|
||||
|
||||
cmake . \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -Wno-error" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="toxext"
|
||||
VERSION="0.0.2"
|
||||
VERSION="0.0.3"
|
||||
HOMEPAGE="https://github.com/toxext/toxext"
|
||||
DOWNLOAD="https://github.com/toxext/toxext/archive/v0.0.2/toxext-0.0.2.tar.gz"
|
||||
MD5SUM="aac870f03e4e716f6716f6d47e38351c"
|
||||
DOWNLOAD="https://github.com/toxext/toxext/archive/v0.0.3/toxext-0.0.3.tar.gz"
|
||||
MD5SUM="f384e7bcbef5f92418dc8ce1d5dddee8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-toxcore"
|
||||
|
|
Loading…
Reference in New Issue