mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
https://gitlab.com/drobilla/serd/-/blob/v0.32.8/NEWS Updated license hash due to upstream commit:e864af0d8d43cefdcd3e943edeac0cSigned-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
448 B
Makefile
17 lines
448 B
Makefile
################################################################################
|
|
#
|
|
# serd
|
|
#
|
|
################################################################################
|
|
|
|
SERD_VERSION = 0.32.8
|
|
SERD_SITE = https://download.drobilla.net
|
|
SERD_SOURCE = serd-$(SERD_VERSION).tar.xz
|
|
SERD_LICENSE = ISC
|
|
SERD_LICENSE_FILES = COPYING
|
|
SERD_INSTALL_STAGING = YES
|
|
|
|
SERD_CONF_OPTS += -Ddocs=disabled -Dstatic=false -Dtests=disabled
|
|
|
|
$(eval $(meson-package))
|