The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / kodi-addon-xvdr / kodi-addon-xvdr.mk
1 ################################################################################
2 #
3 # kodi-addon-xvdr
4 #
5 ################################################################################
6
7 # This cset is on master. When a Helix branch is made, we should
8 # follow it, as incompatible changes in the plugins API can happen
9 # on the master branch.
10 KODI_ADDON_XVDR_VERSION = 328fa653b821a4edc1256a13833f30a4483e2819
11 KODI_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(KODI_ADDON_XVDR_VERSION))
12 KODI_ADDON_XVDR_LICENSE = GPLv2+
13 KODI_ADDON_XVDR_LICENSE_FILES = COPYING
14
15 # There's no ./configure in the git tree, we need to generate it
16 # kodi-addon-xvdr uses a weird autogen.sh script, which
17 # is even incorrect (it's missing the #! ) Sigh... :-(
18 # Fortunately, with our little patch, it autoreconfs nicely! :-)
19 KODI_ADDON_XVDR_AUTORECONF = YES
20
21 # This really is a runtime dependency, but we need KODI to be installed
22 # first, since we'll install files in KODI's directories _after_ KODI has
23 # installed his own files
24 KODI_ADDON_XVDR_DEPENDENCIES = kodi
25
26 $(eval $(autotools-package))