mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/lsyncd: Updated for version 2.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c5aed96c27
commit
30021e28bc
2 changed files with 10 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lsyncd
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
VERSION=${VERSION:-2.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,7 +70,11 @@ 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 {} \;
|
||||
|
||||
cmake \
|
||||
# move 5.3 to the beginning
|
||||
sed -i 's,SET(_POSSIBLE_SUFFIXES "52" "5.2" "-5.2" "53" "5.3" "-5.3" ""), \
|
||||
SET(_POSSIBLE_SUFFIXES "5.3" "52" "5.2" "-5.2" "53" "5.3" "-5.3" ""),' cmake/FindLua.cmake
|
||||
|
||||
LUA_DIR=/usr/include/lua5.3 cmake \
|
||||
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="lsyncd"
|
||||
VERSION="2.2.2"
|
||||
VERSION="2.2.3"
|
||||
HOMEPAGE="https://github.com/axkibe/lsyncd"
|
||||
DOWNLOAD="https://github.com/axkibe/lsyncd/archive/release-2.2.2/lsyncd-release-2.2.2.tar.gz"
|
||||
MD5SUM="70cc240d4b1595e14cb8ecd25d53f82d"
|
||||
DOWNLOAD="https://github.com/axkibe/lsyncd/archive/release-2.2.3/lsyncd-release-2.2.3.tar.gz"
|
||||
MD5SUM="25d36b73946bec822d5c7f258262d9f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
REQUIRES="lua53"
|
||||
MAINTAINER="Arkadiusz Drabczyk"
|
||||
EMAIL="arkadiusz@drabczyk.org"
|
||||
|
|
Loading…
Reference in a new issue