blob: 2ece66fad19a72c99d96dd214f68eb152c75ea3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# kodi-bin debian package metadata
#
# Setting PACKAGE_SHLIBDEPS to 'ON' will cause CPack to use dpkg-shlibdeps to
# automatically generate the package dependency list and append its output to
# PACKAGE_DEPENDS 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@-bin
PACKAGE_ARCHITECTURE
PACKAGE_SECTION video
PACKAGE_PRIORITY optional
PACKAGE_SHLIBDEPS ON
PACKAGE_DEPENDS
PACKAGE_RECOMMENDS
PACKAGE_SUGGESTS
PACKAGE_BREAKS xbmc-bin (<< 2:14.0~git20141019), xbmc-common
PACKAGE_REPLACES xbmc-bin (<< 2:14.0~git20141019), xbmc-common
PACKAGE_PROVIDES @APP_NAME_LC@-bin, @APP_NAME_LC@-common, xbmc-bin, xbmc-common
PACKAGE_DESCRIPTION_HEADER @APP_NAME@ Media Center (binary data package)
PACKAGE_DESCRIPTION_FOOTER This package contains @APP_NAME@'s binary data.
|