Revision 2033713d host/cmake/Modules/UHDPackage.cmake
| b/host/cmake/Modules/UHDPackage.cmake | ||
|---|---|---|
| 1 | 1 |
# |
| 2 |
# Copyright 2010-2011 Ettus Research LLC
|
|
| 2 |
# Copyright 2010-2012 Ettus Research LLC
|
|
| 3 | 3 |
# |
| 4 | 4 |
# This program is free software: you can redistribute it and/or modify |
| 5 | 5 |
# it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 69 | 69 |
) |
| 70 | 70 |
|
| 71 | 71 |
#set a more sensible package name for this system |
| 72 |
SET(CPACK_PACKAGE_FILE_NAME "UHD-${UHD_VERSION}-${LSB_ID}-${LSB_RELEASE}-${CMAKE_SYSTEM_PROCESSOR}")
|
|
| 72 |
SET(CPACK_PACKAGE_FILE_NAME "uhd_${UHD_VERSION}_${LSB_ID}-${LSB_RELEASE}-${CMAKE_SYSTEM_PROCESSOR}")
|
|
| 73 | 73 |
|
| 74 | 74 |
ENDIF() |
| 75 | 75 |
|
| ... | ... | |
| 83 | 83 |
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - USRP Hardware Driver") |
| 84 | 84 |
SET(CPACK_PACKAGE_VENDOR "Ettus Research LLC") |
| 85 | 85 |
SET(CPACK_PACKAGE_CONTACT "Ettus Research <support@ettus.com>") |
| 86 |
SET(CPACK_PACKAGE_VERSION_MAJOR ${UHD_VERSION_MAJOR})
|
|
| 87 |
SET(CPACK_PACKAGE_VERSION_MINOR ${UHD_VERSION_MINOR})
|
|
| 88 |
SET(CPACK_PACKAGE_VERSION_PATCH ${UHD_VERSION_PATCH})
|
|
| 86 |
SET(CPACK_PACKAGE_VERSION "${UHD_VERSION}")
|
|
| 89 | 87 |
SET(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/README.txt)
|
| 90 | 88 |
SET(CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/AUTHORS.txt)
|
| 91 | 89 |
SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE.txt)
|
Also available in: Unified diff