9f263e4474
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
1.0 KiB
Makefile
26 lines
1.0 KiB
Makefile
################################################################################
|
|
#
|
|
# xbmc-addon-xvdr
|
|
#
|
|
################################################################################
|
|
|
|
# This cset is on the branch 'xbmc-frodo'
|
|
# When XBMC is updated, then this should be updated to the corresponding branch
|
|
XBMC_ADDON_XVDR_VERSION = acd4e145fc3220cf708aaf40d895904732dce2c7
|
|
XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
|
|
XBMC_ADDON_XVDR_LICENSE = GPLv2+
|
|
XBMC_ADDON_XVDR_LICENSE_FILES = COPYING
|
|
|
|
# There's no ./configure in the git tree, we need to generate it
|
|
# xbmc-addon-xvdr uses a weird autogen.sh script, which
|
|
# is even incorrect (it's missing the #! ) Sigh... :-(
|
|
# Fortunately, with our little patch, it autoreconfs nicely! :-)
|
|
XBMC_ADDON_XVDR_AUTORECONF = YES
|
|
|
|
# This really is a runtime dependency, but we need XBMC to be installed
|
|
# first, since we'll install files in XBMC's directories _after_ XBMC has
|
|
# installed his own files
|
|
XBMC_ADDON_XVDR_DEPENDENCIES = xbmc
|
|
|
|
$(eval $(autotools-package))
|