package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / libsoundtouch / libsoundtouch.mk
blobcdfec20d2bd91e957d4231912a9ded48d5e1c40b
1 ################################################################################
3 # libsoundtouch
5 ################################################################################
7 LIBSOUNDTOUCH_VERSION = 010a91a59071c7fefd316fca62c0d980ec85b4b1
8 LIBSOUNDTOUCH_SITE = https://freeswitch.org/stash/scm/sd/libsoundtouch.git
9 LIBSOUNDTOUCH_SITE_METHOD = git
10 LIBSOUNDTOUCH_LICENSE = LGPLv2.1+
11 LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
12 LIBSOUNDTOUCH_AUTORECONF = YES
13 LIBSOUNDTOUCH_INSTALL_STAGING = YES
15 define LIBSOUNDTOUCH_CREATE_CONFIG_M4
16 mkdir -p $(@D)/config/m4
17 endef
18 LIBSOUNDTOUCH_POST_PATCH_HOOKS += LIBSOUNDTOUCH_CREATE_CONFIG_M4
20 $(eval $(autotools-package))