1a09265a2922b5f6c52f358b1ad399d14c236d22
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / kodi-pvr-addons / kodi-pvr-addons.mk
1 ################################################################################
2 #
3 # kodi-pvr-addons
4 #
5 ################################################################################
6
7 # This cset is on the branch 'helix'
8 # When Kodi is updated, this should be updated to the corresponding branch
9 KODI_PVR_ADDONS_VERSION = 4854fbe9dc0499ca8d1e10e8c18e329d3eb48814
10 KODI_PVR_ADDONS_SITE = $(call github,opdenkamp,xbmc-pvr-addons,$(KODI_PVR_ADDONS_VERSION))
11 KODI_PVR_ADDONS_LICENSE = GPLv3+
12 KODI_PVR_ADDONS_LICENSE_FILES = COPYING
13
14 # There's no ./configure in the git tree, we need to generate it
15 KODI_PVR_ADDONS_AUTORECONF = YES
16
17 KODI_PVR_ADDONS_DEPENDENCIES = zlib
18 # This really is a runtime dependency, but we need KODI to be installed
19 # first, since we'll install files in KODI's directories _after_ KODI has
20 # installed its own files
21 KODI_PVR_ADDONS_DEPENDENCIES += kodi
22
23 KODI_PVR_ADDONS_CONF_OPTS = \
24         --enable-release \
25         --enable-addons-with-dependencies
26
27 $(eval $(autotools-package))