kumquat-buildroot/package/speexdsp/speexdsp.mk

17 lines
478 B
Makefile
Raw Normal View History

################################################################################
#
# speexdsp
#
################################################################################
SPEEXDSP_VERSION = SpeexDSP-1.2.0
SPEEXDSP_SITE = https://git.xiph.org/speexdsp.git
SPEEXDSP_SITE_METHOD = git
SPEEXDSP_LICENSE = BSD-3-Clause
SPEEXDSP_LICENSE_FILES = COPYING
SPEEXDSP_INSTALL_STAGING = YES
SPEEXDSP_DEPENDENCIES = host-pkgconf
SPEEXDSP_AUTORECONF = YES
$(eval $(autotools-package))