Changeset 5c9f5e5 for CMakeLists.txt
- Timestamp:
- 08/21/09 17:12:56 (4 years ago)
- Branches:
- ('2.0', '0b4fd7477e6d153e12b58a090dbdd47e825aac4a')('light-2.0', 'a53e1e1ce5104640a0fe516f60ccd61c37e465dc')
- Children:
- 018a293b14598edf2212bf856ad7a35007d6404d
- Parents:
- c4224fb39fed86fe533e6d115911bdfb370be18b
- git-author:
- Micke Prag <micke.prag@telldus.se>2009-08-21 15:12:56+00:00
- git-committer:
- Micke Prag <micke.prag@telldus.se>2009-08-21 15:12:56+00:00
- File:
-
- 1 edited
-
CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r86ff00 r5c9f5e5 6 6 7 7 SET(PACKAGE_VERSION 2.0.0) 8 SET(PACKAGE_SUBVERSION beta1) 8 9 SET(PACKAGE_SOVERSION 2) 9 10 10 SET(DISPLAYED_VERSION 2.0.0_beta1)11 SET(DISPLAYED_VERSION "${PACKAGE_VERSION}_${PACKAGE_SUBVERSION}") 11 12 12 13 SET(BUILD_LIBTELLDUS-CORE TRUE CACHE BOOL "Build libtelldus-core") … … 33 34 endif(BUILD_RFCMD) 34 35 36 ########## CPack ############# 37 SET(CPACK_PACKAGE_NAME ${CMAKE_PROJECT_NAME}) 38 SET(CPACK_PACKAGE_VERSION "${PACKAGE_VERSION}${PACKAGE_SUBVERSION}") 39 SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") 40 SET(CPACK_PACKAGE_CONTACT "Micke Prag <micke.prag@telldus.se>") 41 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Utilities for a Telldus TellStick") 42 SET(CPACK_PACKAGE_DESCRIPTION "Utilities and driver to control NEXA and other RF remote receivers through a TellStick USB interface") 43 SET(CPACK_PACKAGE_VENDOR "Telldus Technologies AB") 44 SET(CPACK_STRIP_FILES "usr/bin/tdtool;usr/bin/rfcmd") 45 # SET(CPACK_PACKAGE_INSTALL_DIRECTORY "") 46 # SET(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}") 47 48 #### .deb #### 49 SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.7-1), libconfuse0 (>=2.6-2), udev") 50 SET(CPACK_DEBIAN_PACKAGE_SECTION "utils") 51 SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/debian/postinst;${CMAKE_CURRENT_SOURCE_DIR}/debian/postrm") 52 53 INCLUDE(CPack)
Note: See TracChangeset
for help on using the changeset viewer.
