summaryrefslogtreecommitdiffstats
path: root/plugins/package-plugin.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-061-1/+1
| | | | | | | | | | | | ANKA plugins are developed and distributed separately like other plugins depending on vendor SDKs. The bundled plugins use libuca version as their version and depend on it directly. This ensures that they always match the libuca version and makes versioning more transparent for the end users. Conflicts: plugins/mock/CMakeLists.txt
* Update package scriptMatthias Vogelgesang2013-03-191-3/+24
| | | | Allows to set additional information in each plugin's CMakeLists.txt.
* Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-1/+4
| | | | This will use the information provided by each plugin.
* Improve dexela plugin packaging.Mihael Koep2013-03-071-1/+1
|
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-0/+1
... 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.