Add settings for "Microsoft Visual Studio 2010" note that
[obnox/wireshark/wip.git] / CPackConfig.txt
1 # CPackConfig.txt
2 #
3 # $Id$
4 #
5 # Wireshark - Network traffic analyzer
6 # By Gerald Combs <gerald@wireshark.org>
7 # Copyright 1998 Gerald Combs
8 #
9 # This program is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License
11 # as published by the Free Software Foundation; either version 2
12 # of the License, or (at your option) any later version.
13 #
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 #
23
24 set(CPACK_PACKAGE_NAME wireshark)
25 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "capture packet")
26 set(CPACK_PACKAGE_VENDOR "wireshark")
27 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
28 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
29 set(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_MAJOR_VERSION}")
30 set(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_MINOR_VERSION}")
31 set(CPACK_PACKAGE_VERSION_PATCH "${PROJECT_PATCH_VERSION}${PROJECT_VERSION_EXTENSION}")
32 set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
33
34 set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
35 set(CPACK_PACKAGE_INSTALL_DIRECTORY "/usr")
36 # Win:        NSIS, ZIP, SORUCE_ZIP, CYGWIN_BINARY, SOURCE_CYGWIN,
37 # Linux/Unix: DEB, RPM, STGZ, TBZ2, TZ, SOURCE_TZ, SOURCE_TGZ
38 # OSX:        PACKAGEMAKER, OSXX11
39 # Syntax: "Type1;Type2;Type3"
40 set(CPACK_GENERATOR "TGZ")
41 #set(CPACK_SOURCE_GENERATOR "TGZ")
42