-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stas Kobzar
committed
Jun 19, 2018
1 parent
e3ed783
commit 591df35
Showing
5 changed files
with
6 additions
and
3 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
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 |
---|---|---|
|
@@ -22,16 +22,17 @@ | |
|
||
SET(SIPPAK_PKG_VER "${sippak_VERSION}-beta") | ||
|
||
set (CPACK_GENERATOR "RPM") | ||
set (CPACK_GENERATOR "RPM;DEB;TGZ") | ||
set (CPACK_PACKAGE_VERSION ${SIPPAK_PKG_VER}) | ||
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING") | ||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SIP protocol command line utility.") | ||
|
||
set (CPACK_DEBIAN_PACKAGE_MAINTAINER "Stas Kobzar <[email protected]>") | ||
set (CPACK_DEBIAN_PACKAGE_DEPENDS "pjproject>=2.7.1") | ||
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libalsaplayer0,libasound2") | ||
set (CPACK_DEBIAN_PACKAGE_SECTION "net") | ||
|
||
set (CPACK_RPM_PACKAGE_VENDOR "Stas Kobzar <[email protected]>") | ||
set (CPACK_RPM_PACKAGE_REQUIRES "libpjproject>=2.7.1") | ||
set (CPACK_RPM_PACKAGE_REQUIRES "alsa-lib>=1.1.4") | ||
set (CPACK_RPM_PACKAGE_LICENSE "GNU General Public License v3.0") | ||
set (CPACK_RPM_PACKAGE_GROUP "Networking Tools") | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.