1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-15 02:16:36 +01:00
OpenVoiceOS/buildroot-external/package/librem/librem.mk
j1nx 71f8e6c00f The big catch up game - part2
Pushed for backup. DO NOT build this as of yet.
2022-09-25 18:44:08 +02:00

17 lines
377 B
Makefile

#############################################################
#
# librem
#
#############################################################
LIBREM_VERSION = 2.7.0
LIBREM_SOURCE = v$(LIBREM_VERSION).tar.gz
LIBREM_SITE = https://github.com/baresip/rem/archive
LIBREM_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_LIBRE),y)
LIBREM_DEPENDENCIES += libre
endif
$(eval $(cmake-package))