kumquat-buildroot/package/siproxd/siproxd.mk
Alexander Dahl 3efc5a250c package/siproxd: new package
Siproxd is a masquerading SIP Proxy Server.  We had a buildroot package
for that in the fli4l Linux router distribution for years with different
authors contributing.

Co-authored-by: Christoph Schulz <fli4l@kristov.de>
Co-authored-by: Claas Hilbrecht <babel@fli4l.de>
Signed-off-by: Alexander Dahl <post@lespocky.de>
[yann.morin.1998@free.fr: unconditionally use an external libtool]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-03-14 18:21:35 +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))