mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
https://soundtouch.surina.net/README.html#changehistory Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
507 B
Makefile
16 lines
507 B
Makefile
################################################################################
|
|
#
|
|
# libsoundtouch
|
|
#
|
|
################################################################################
|
|
|
|
LIBSOUNDTOUCH_VERSION = 2.4.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))
|