1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

* Fixed CPack.txt package details.

This commit is contained in:
Christian Muehlhaeuser
2011-07-25 14:48:31 +02:00
parent 2cf9cdab88
commit ff4e52c398

View File

@@ -4,11 +4,11 @@ INCLUDE(InstallRequiredSystemLibraries)
set(CPACK_PACKAGING_INSTALL_PREFIX /usr/local)
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Tomahawk desktop player")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Tomahawk Player")
SET(CPACK_PACKAGE_NAME "tomahawk")
SET(CPACK_PACKAGE_VENDOR "tomahawk.org")
SET(CPACK_PACKAGE_CONTACT "Richard Jones")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "rj@tomahawk.org")
SET(CPACK_PACKAGE_VENDOR "tomahawk-player.org")
SET(CPACK_PACKAGE_CONTACT "Christian Muehlhaeuser")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "muesli@tomahawk-player.org")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../README")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt")