-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small cosmetics in Readme and cmake script
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 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 |
---|---|---|
|
@@ -75,6 +75,12 @@ endif() | |
set ( CMAKE_INSTALL_PREFIX "/" CACHE FILEPATH "this is forced to /" FORCE ) | ||
set ( CPACK_PACKAGING_INSTALL_PREFIX "/" ) | ||
set ( CPACK_PACKAGE_CONTACT "Alexey N. Vinogradov ([email protected])" ) | ||
set ( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE" ) | ||
set ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "CUPS filter (driver) for thermal receipt printers" ) | ||
|
||
set ( CPACK_SOURCE_IGNORE_FILES "/\\\\.idea/" "/\\\\.git/" | ||
"/build/" "/cmake-*" ) | ||
set ( CPACK_SOURCE_GENERATOR TGZ ) | ||
|
||
set ( CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON ) | ||
set ( CPACK_DEBIAN_PACKAGE_PREDEPENDS "libcups2-dev, libcupsimage2-dev" ) | ||
|
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