ac37a9b42f
libshairplay is a client library that emulates an airplay server This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: fix whitespace, needs threads, host-pkgconf and optionally libao] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
574 B
Makefile
16 lines
574 B
Makefile
################################################################################
|
|
#
|
|
# libshairplay
|
|
#
|
|
################################################################################
|
|
|
|
LIBSHAIRPLAY_VERSION = 139d5ef55564514c31f02dd82cef91236c9ff523
|
|
LIBSHAIRPLAY_SITE = $(call github,juhovh,shairplay,$(LIBSHAIRPLAY_VERSION))
|
|
LIBSHAIRPLAY_INSTALL_STAGING = YES
|
|
LIBSHAIRPLAY_AUTORECONF = YES
|
|
LIBSHAIRPLAY_LICENSE = MIT, BSD-3c, LGPLv2.1+
|
|
LIBSHAIRPLAY_LICENSE_FILES = LICENSE
|
|
LIBSHAIRPLAY_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_LIBAO),libao)
|
|
|
|
$(eval $(autotools-package))
|