summaryrefslogtreecommitdiffstats
path: root/project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2017-06-04 16:57:49 +0200
committermanuel <manuel@mausz.at>2017-06-04 16:57:49 +0200
commitf44ecaa4f27e7538ddcad66d40e543bffa2d2d86 (patch)
treed8de60fc7e17edeb6f0921726c038ee54b281445 /project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in
parentae08c8b7221bc965ac40d70e53fc8fcddb050c46 (diff)
downloadkodi-pvr-build-f44ecaa4f27e7538ddcad66d40e543bffa2d2d86.tar.gz
kodi-pvr-build-f44ecaa4f27e7538ddcad66d40e543bffa2d2d86.tar.bz2
kodi-pvr-build-f44ecaa4f27e7538ddcad66d40e543bffa2d2d86.zip
sync with upstream
Diffstat (limited to 'project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in')
-rw-r--r--project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in b/project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in
deleted file mode 100644
index 3b4c381..0000000
--- a/project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in
+++ /dev/null
@@ -1,25 +0,0 @@
1# kodi-inputstream-dev debian package metadata
2#
3# Setting PACKAGE_SHLIBDEPS to 'ON' will cause CPack to ignore PACKAGE_DEPENDS
4# content and use dpkg-shlibdeps to automatically generate the package dependency
5# list. Only useful for packages that contain binaries.
6#
7# PACKAGE_ARCHITECTURE should be set to 'all' only if package contains
8# architecture agnostic data. CPack will set proper architecture (amd64/i386/etc)
9# based on build options.
10#
11# Remaining settings are (hopefully) self-explanatory.
12
13PACKAGE_NAME @APP_NAME_LC@-inputstream-dev
14PACKAGE_ARCHITECTURE all
15PACKAGE_SECTION libdevel
16PACKAGE_PRIORITY optional
17PACKAGE_SHLIBDEPS
18PACKAGE_DEPENDS @APP_NAME_LC@-addon-dev
19PACKAGE_RECOMMENDS
20PACKAGE_SUGGESTS
21PACKAGE_BREAKS
22PACKAGE_REPLACES
23PACKAGE_PROVIDES xbmc-inputstream-dev
24PACKAGE_DESCRIPTION_HEADER @APP_NAME@ Media Center (inputstream add-ons dev package)
25PACKAGE_DESCRIPTION_FOOTER This is the development package for @APP_NAME@'s inputstream add-ons.