summaryrefslogtreecommitdiffstats
path: root/cmake/cpack/deb/packages/kodi-tools-texturepacker.txt.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/cpack/deb/packages/kodi-tools-texturepacker.txt.in')
-rw-r--r--cmake/cpack/deb/packages/kodi-tools-texturepacker.txt.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/cmake/cpack/deb/packages/kodi-tools-texturepacker.txt.in b/cmake/cpack/deb/packages/kodi-tools-texturepacker.txt.in
new file mode 100644
index 0000000..36e8297
--- /dev/null
+++ b/cmake/cpack/deb/packages/kodi-tools-texturepacker.txt.in
@@ -0,0 +1,25 @@
1# kodi-tools-texturepacker debian package metadata
2#
3# Setting PACKAGE_SHLIBDEPS to 'ON' will cause CPack to use dpkg-shlibdeps to
4# automatically generate the package dependency list and append its output to
5# PACKAGE_DEPENDS 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@-tools-texturepacker
14PACKAGE_ARCHITECTURE
15PACKAGE_SECTION video
16PACKAGE_PRIORITY optional
17PACKAGE_SHLIBDEPS ON
18PACKAGE_DEPENDS
19PACKAGE_RECOMMENDS
20PACKAGE_SUGGESTS
21PACKAGE_BREAKS
22PACKAGE_REPLACES
23PACKAGE_PROVIDES
24PACKAGE_DESCRIPTION_HEADER @APP_NAME@ Media Center (skin development - TexturePacker tool)
25PACKAGE_DESCRIPTION_FOOTER This is @APP_NAME@'s TexturePacker tool for skin development.