-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linux: generate a more standard deb packages using cmake (Part III)
- Loading branch information
Eran
committed
Sep 14, 2015
1 parent
2b2b08e
commit a2b378b
Showing
7 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -371,11 +371,12 @@ if ( MAKE_DEB ) | |
set(CPACK_PACKAGE_NAME "CodeLite") | ||
set(CPACK_PACKAGE_VERSION "8.2.5") | ||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Eran Ifrah <[email protected]>") #required | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An open source, cross platform C/C++/PHP and Node.js IDE") | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "C/C++/PHP and Node.js IDE (Integrated Development Environment") | ||
set(CPACK_DEBIAN_PACKAGE_SECTION "devel") | ||
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional") | ||
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "build-essential, git, subversion, gdb, xterm, gcc, g++") | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk2.0-dev, libssh-dev, libedit-dev, libhunspell-dev, libclang-3.5-dev, clang-format-3.5, liblldb-3.5-dev") | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6, libgtk2.0-dev, libssh-dev, libedit-dev, libhunspell-dev, libclang-3.5-dev, clang-format-3.5, liblldb-3.5-dev") | ||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CL_SRC_ROOT}/DESC") | ||
set(CPACK_STRIP_FILES TRUE) | ||
INCLUDE(CPack) | ||
endif( MAKE_DEB ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and JavaScript | ||
(mainly for backend developers using Node.js) programming languages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters