summaryrefslogtreecommitdiffstats
path: root/lua-forge
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 14:21:20 +0200
committerFlorian Franzmann2019-10-06 22:02:48 +0200
commit21eb4aacb3d4c7ff8abc4539900879e24735b870 (patch)
treef902da8343a0c8ec725adc2c94aebfaf1bd29f3e /lua-forge
parentd7213704b5092489a7cfe53b88d49f8bb366012a (diff)
lua-forge/tolua++: use CMAKE_*
Diffstat (limited to 'lua-forge')
-rwxr-xr-xlua-forge/tolua++/BUILD1
-rwxr-xr-xlua-forge/tolua++/CONFIGURE1
-rwxr-xr-xlua-forge/tolua++/DEPENDS5
-rwxr-xr-xlua-forge/tolua++/DETAILS1
-rw-r--r--lua-forge/tolua++/HISTORY3
5 files changed, 8 insertions, 3 deletions
diff --git a/lua-forge/tolua++/BUILD b/lua-forge/tolua++/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/lua-forge/tolua++/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/lua-forge/tolua++/CONFIGURE b/lua-forge/tolua++/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/lua-forge/tolua++/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/lua-forge/tolua++/DEPENDS b/lua-forge/tolua++/DEPENDS
index 99952df47a..3c2149dcc7 100755
--- a/lua-forge/tolua++/DEPENDS
+++ b/lua-forge/tolua++/DEPENDS
@@ -1,2 +1,3 @@
-depends LUA &&
-depends cmake
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
+depends LUA
diff --git a/lua-forge/tolua++/DETAILS b/lua-forge/tolua++/DETAILS
index 86e64bcedb..3aa9315a93 100755
--- a/lua-forge/tolua++/DETAILS
+++ b/lua-forge/tolua++/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=tolua++
SPELLX=toluapp
VERSION=1.0.93
diff --git a/lua-forge/tolua++/HISTORY b/lua-forge/tolua++/HISTORY
index d9b2a88c31..3100257d7f 100644
--- a/lua-forge/tolua++/HISTORY
+++ b/lua-forge/tolua++/HISTORY
@@ -1,3 +1,6 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-05-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated source URL
* DEPENDS: Lua 5.2/5.3 compat, switched to cmake