ab105fda88
- Switch to meson-package
- Update hash of COPYING (update in year:
0e7053de70
)
https://github.com/drobilla/serd/blob/v0.30.14/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
449 B
Makefile
17 lines
449 B
Makefile
################################################################################
|
|
#
|
|
# serd
|
|
#
|
|
################################################################################
|
|
|
|
SERD_VERSION = 0.30.14
|
|
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))
|