gmrender-resurrect.mk 611 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # gmrender-resurrect
  4. #
  5. ################################################################################
  6. GMRENDER_RESURRECT_VERSION = 0.1
  7. GMRENDER_RESURRECT_SITE = $(call github,hzeller,gmrender-resurrect,v$(GMRENDER_RESURRECT_VERSION))
  8. # Original distribution does not have default configure,
  9. # so we need to autoreconf:
  10. GMRENDER_RESURRECT_AUTORECONF = YES
  11. GMRENDER_RESURRECT_LICENSE = GPL-2.0+
  12. GMRENDER_RESURRECT_LICENSE_FILES = COPYING
  13. GMRENDER_RESURRECT_DEPENDENCIES = \
  14. gstreamer1 \
  15. libupnp
  16. $(eval $(autotools-package))