summaryrefslogtreecommitdiffstats
path: root/plugins/package-plugin.sh.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-28 18:16:56 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-28 18:16:56 +0200
commit99b737ae9f3f1d35a4696594821fa3bc39e8aa87 (patch)
tree73ed9e59018d3a8181397d5ff4afa70d5029da9a /plugins/package-plugin.sh.in
parent0bc642a31600bbfaac15779b8d932a409283ae3f (diff)
downloaduca-99b737ae9f3f1d35a4696594821fa3bc39e8aa87.tar.gz
uca-99b737ae9f3f1d35a4696594821fa3bc39e8aa87.tar.bz2
uca-99b737ae9f3f1d35a4696594821fa3bc39e8aa87.tar.xz
uca-99b737ae9f3f1d35a4696594821fa3bc39e8aa87.zip
Fix #146: Make a new top-level directory for cams
... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.
Diffstat (limited to 'plugins/package-plugin.sh.in')
-rw-r--r--plugins/package-plugin.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/package-plugin.sh.in b/plugins/package-plugin.sh.in
new file mode 100644
index 0000000..c624d52
--- /dev/null
+++ b/plugins/package-plugin.sh.in
@@ -0,0 +1 @@
+cpack -D CPACK_INSTALL_CMAKE_PROJECTS="${CMAKE_CURRENT_BINARY_DIR}/;Project;${UCA_CAMERA_NAME};/" -D CPACK_PACKAGE_FILE_NAME="uca-plugin-${UCA_CAMERA_NAME}-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}"