From 58a450afbc0677a3f5a818e5c5940922b06593bd Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Thu, 19 Jan 2012 02:35:01 +0100 Subject: [PATCH] * cmake modified: PKGBUILD for archlinux based packaging systems --- eo/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eo/CMakeLists.txt b/eo/CMakeLists.txt index d7ef8558..3cab6563 100644 --- a/eo/CMakeLists.txt +++ b/eo/CMakeLists.txt @@ -70,6 +70,9 @@ CONFIGURE_FILE(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) # now create config install_symlink script file CONFIGURE_FILE(install_symlink.py.cmake ${CMAKE_CURRENT_BINARY_DIR}/install_symlink.py) +# now create PKGBUILD file for archlinux package manager +CONFIGURE_FILE(PKGBUILD.cmake ${CMAKE_CURRENT_BINARY_DIR}/PKGBUILD) + # Set a special flag if the environment is windows (should do the same in a config.g file) IF (WIN32) ADD_DEFINITIONS(-D_WINDOWS=1)