diff options
| author | manuel <manuel@mausz.at> | 2016-11-24 21:27:41 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-11-24 21:27:41 +0100 |
| commit | 8cdf8dec703d882b46ca50a769fabb95ffc48e2c (patch) | |
| tree | f7fe8233508f79d3dc94f8f445ce6342e7dfbdbb /project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in | |
| parent | 5823b05feb29a59510c32a9c28ca18b50b9b6399 (diff) | |
| download | kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.gz kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.bz2 kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.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.in | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 0000000..3b4c381 --- /dev/null +++ b/project/cmake/cpack/deb/packages/kodi-inputstream-dev.txt.in | |||
| @@ -0,0 +1,25 @@ | |||
| 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 | |||
| 13 | PACKAGE_NAME @APP_NAME_LC@-inputstream-dev | ||
| 14 | PACKAGE_ARCHITECTURE all | ||
| 15 | PACKAGE_SECTION libdevel | ||
| 16 | PACKAGE_PRIORITY optional | ||
| 17 | PACKAGE_SHLIBDEPS | ||
| 18 | PACKAGE_DEPENDS @APP_NAME_LC@-addon-dev | ||
| 19 | PACKAGE_RECOMMENDS | ||
| 20 | PACKAGE_SUGGESTS | ||
| 21 | PACKAGE_BREAKS | ||
| 22 | PACKAGE_REPLACES | ||
| 23 | PACKAGE_PROVIDES xbmc-inputstream-dev | ||
| 24 | PACKAGE_DESCRIPTION_HEADER @APP_NAME@ Media Center (inputstream add-ons dev package) | ||
| 25 | PACKAGE_DESCRIPTION_FOOTER This is the development package for @APP_NAME@'s inputstream add-ons. | ||
