Skip to content

Commit

Permalink
dev-lua/toluapp: Fix packaging and drop lua 5.3 patches
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/688070
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 16, 2019
1 parent 4096bc9 commit 795a587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 537 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
1 )

# Build app
@@ -27,10 +27,11 @@
@@ -27,10 +27,12 @@
set ( SRC_TOLUA src/bin/tolua.c src/bin/toluabind.c )
add_executable ( toluapp ${SRC_TOLUA} )
target_link_libraries ( toluapp toluapp_lib ${LUA_LIBRARIES} )
Expand All @@ -35,3 +35,4 @@
+install( DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
+install( FILES README DESTINATION ${CMAKE_INSTALL_DOCDIR} )
+install( DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR}/html )
+install( DIRECTORY src/bin/lua/ DESTINATION ${CMAKE_INSTALL_DATADIR}/toluapp/luapp )
Loading

0 comments on commit 795a587

Please sign in to comment.