kumquat-buildroot/package/libsoundtouch/libsoundtouch.mk
Bernd Kuhls 6afe7b1da3 package/libsoundtouch: bump version to 2.3.1
Updated license hash due to upstream commit:
d11a3adb2d

Updated _SITE:
d063c0d9f9

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-01-08 15:49:08 +01:00

16 lines
507 B
Makefile

################################################################################
#
# libsoundtouch
#
################################################################################
LIBSOUNDTOUCH_VERSION = 2.3.1
LIBSOUNDTOUCH_SOURCE = soundtouch-$(LIBSOUNDTOUCH_VERSION).tar.gz
LIBSOUNDTOUCH_SITE = https://www.surina.net/soundtouch
LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
LIBSOUNDTOUCH_AUTORECONF = YES
LIBSOUNDTOUCH_INSTALL_STAGING = YES
$(eval $(autotools-package))