From: Mark Abraham Date: Sat, 5 Jul 2014 22:25:11 +0000 (+0200) Subject: Name the tarball how we like it X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=a0043764d2aa6e3f5f29e0bd247d2df510072f57;p=alexxy%2Fgromacs.git Name the tarball how we like it This names the tarball and the top-level directory how GROMACS usually does it. Previously, I'd been renaming stuff manually. Change-Id: I485c4a4c711064a3a0ca2343ec696375cbc3de96 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 85bf5ffd65..7af2b56040 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,9 @@ set(build_types_with_explicit_flags RELEASE DEBUG RELWITHDEBUGINFO RELWITHASSERT enable_language(C) enable_language(CXX) +set(CPACK_PACKAGE_NAME "gromacs") set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) +set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}") set(CPACK_PACKAGE_VENDOR "gromacs.org") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Gromacs - a toolkit for high-performance molecular simulation") set(CPACK_RESOURCE_FILE_WELCOME "${CMAKE_SOURCE_DIR}/admin/InstallWelcome.txt")