wireshark: security bump to version 2.2.4
[buildroot-gz.git] / package / libshairplay / libshairplay.mk
blob4bdd1a04e04af2f8d8fa05744f7c6b05eef5ad5d
1 ################################################################################
3 # libshairplay
5 ################################################################################
7 LIBSHAIRPLAY_VERSION = ce80e005908f41d0e6fde1c4a21e9cb8ee54007b
8 LIBSHAIRPLAY_SITE = $(call github,juhovh,shairplay,$(LIBSHAIRPLAY_VERSION))
9 LIBSHAIRPLAY_INSTALL_STAGING = YES
10 LIBSHAIRPLAY_AUTORECONF = YES
11 LIBSHAIRPLAY_LICENSE = MIT, BSD-3c, LGPLv2.1+
12 LIBSHAIRPLAY_LICENSE_FILES = LICENSE
13 LIBSHAIRPLAY_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_LIBAO),libao)
15 $(eval $(autotools-package))