2203d4df9a
- Updated download site and download method - The hash of the license file is updated due to a newline change at the end of the file Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
483 B
Makefile
15 lines
483 B
Makefile
################################################################################
|
|
#
|
|
# libsoundtouch
|
|
#
|
|
################################################################################
|
|
|
|
LIBSOUNDTOUCH_VERSION = 2.1.2
|
|
LIBSOUNDTOUCH_SITE = https://gitlab.com/soundtouch/soundtouch/-/archive/$(LIBSOUNDTOUCH_VERSION)
|
|
LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
|
|
LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
|
|
LIBSOUNDTOUCH_AUTORECONF = YES
|
|
LIBSOUNDTOUCH_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|