buildrootschalter/package/libosip2/libosip2.mk
Thomas Petazzoni aca0487261 libosip2: convert to the autotools infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-13 16:55:13 +02:00

17 lines
419 B
Makefile

#############################################################
#
# libosip2
#
#############################################################
LIBOSIP2_VERSION=3.1.0
LIBOSIP2_SOURCE=libosip2-$(LIBOSIP2_VERSION).tar.gz
LIBOSIP2_SITE=http://www.antisip.com/download/exosip2
LIBOSIP2_INSTALL_STAGING=YES
LIBOSIP2_CONF_OPT = \
--with-gnu-ld \
--enable-shared \
--enable-static
$(eval $(call AUTOTARGETS,package,libosip2))