aboutsummaryrefslogtreecommitdiff
path: root/project/cmake/cpack/deb
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2016-09-12 14:31:25 +0200
committerwsnipex <wsnipex@a1.net>2016-09-12 15:24:16 +0200
commit5f97a117e84b387aee07ae2ef1b1352c6c193aca (patch)
tree058b49df97d94fb3e077c5fc098fc3998ddb9f00 /project/cmake/cpack/deb
parent55c4900a9fba6c0485bad5a658c9a1258850ad1a (diff)
[cmake] linux: install missing peripheral and vfs addon headers
Diffstat (limited to 'project/cmake/cpack/deb')
-rw-r--r--project/cmake/cpack/deb/packages/kodi-peripheral-dev.txt.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/project/cmake/cpack/deb/packages/kodi-peripheral-dev.txt.in b/project/cmake/cpack/deb/packages/kodi-peripheral-dev.txt.in
new file mode 100644
index 0000000000..1c41c5f5d2
--- /dev/null
+++ b/project/cmake/cpack/deb/packages/kodi-peripheral-dev.txt.in
@@ -0,0 +1,24 @@
+# kodi-peripheral-dev debian package metadata
+#
+# Setting PACKAGE_SHLIBDEPS to 'ON' will cause CPack to ignore PACKAGE_DEPENDS
+# content and use dpkg-shlibdeps to automatically generate the package dependency
+# list. Only useful for packages that contain binaries.
+#
+# PACKAGE_ARCHITECTURE should be set to 'all' only if package contains
+# architecture agnostic data. CPack will set proper architecture (amd64/i386/etc)
+# based on build options.
+#
+# Remaining settings are (hopefully) self-explanatory.
+
+PACKAGE_NAME @APP_NAME_LC@-peripheral-dev
+PACKAGE_ARCHITECTURE all
+PACKAGE_SECTION libdevel
+PACKAGE_PRIORITY optional
+PACKAGE_SHLIBDEPS
+PACKAGE_DEPENDS @APP_NAME_LC@-addon-dev
+PACKAGE_RECOMMENDS
+PACKAGE_SUGGESTS
+PACKAGE_BREAKS
+PACKAGE_REPLACES
+PACKAGE_DESCRIPTION_HEADER @APP_NAME@ Media Center (peripheral add-ons dev package)
+PACKAGE_DESCRIPTION_FOOTER This is the development package for @APP_NAME@'s peripheral add-ons.