libshairplay.mk 580 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # libshairplay
  4. #
  5. ################################################################################
  6. LIBSHAIRPLAY_VERSION = ce80e005908f41d0e6fde1c4a21e9cb8ee54007b
  7. LIBSHAIRPLAY_SITE = $(call github,juhovh,shairplay,$(LIBSHAIRPLAY_VERSION))
  8. LIBSHAIRPLAY_INSTALL_STAGING = YES
  9. LIBSHAIRPLAY_AUTORECONF = YES
  10. LIBSHAIRPLAY_LICENSE = MIT, BSD-3-Clause, LGPL-2.1+
  11. LIBSHAIRPLAY_LICENSE_FILES = LICENSE
  12. LIBSHAIRPLAY_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_LIBAO),libao)
  13. $(eval $(autotools-package))