Adding support for package creation. 82/6182/7
authorMauro Sardara <[email protected]>
Thu, 13 Apr 2017 09:49:37 +0000 (11:49 +0200)
committerAlberto Compagno <[email protected]>
Thu, 13 Apr 2017 13:08:21 +0000 (13:08 +0000)
commitdab60bdfb83121478b37f70a8321480e39f7bc7f
tree48d39e37c7c7be2678053ea64f54e02fc8ba6e8e
parent14094aec6a48ed8c1f2b989e2b8bc21f71e4ee3f
Adding support for package creation.
The script for creating the package is scripts/build-package.sh, and it will create the correct package depending
on the OS and the architecture users are running on.

Supported OS: Ubuntu 16.04, Ubuntu 14.04 and Centos7

Change-Id: I272c775ea2342581966cfbf7bf5be0cab3a83c15
Signed-off-by: Mauro Sardara <[email protected]>
12 files changed:
libccnx-common/.gitignore
libccnx-common/CMakeLists.txt
libccnx-common/scripts/build-package.sh [new file with mode: 0644]
libccnx-common/scripts/version [new file with mode: 0644]
libccnx-portal/.gitignore
libccnx-portal/CMakeLists.txt
libccnx-portal/scripts/build-package.sh [new file with mode: 0644]
libccnx-portal/scripts/version [new file with mode: 0644]
libccnx-transport-rta/.gitignore
libccnx-transport-rta/CMakeLists.txt
libccnx-transport-rta/scripts/build-package.sh [new file with mode: 0644]
libccnx-transport-rta/scripts/version [new file with mode: 0644]