Files
buildroot/package/siproxd/siproxd.mk
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

18 lines
476 B
Makefile

################################################################################
#
# siproxd
#
################################################################################
SIPROXD_VERSION = 0.8.3
SIPROXD_SITE = https://downloads.sourceforge.net/project/siproxd/siproxd/$(SIPROXD_VERSION)
SIPROXD_LICENSE = GPL-2.0+
SIPROXD_LICENSE_FILES = COPYING
SIPROXD_DEPENDENCIES = libosip2 libtool sqlite
SIPROXD_CONF_OPTS = --without-included-ltdl
$(eval $(autotools-package))