280a387737
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
419 B
Makefile
15 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# ortp
|
|
#
|
|
################################################################################
|
|
|
|
ORTP_VERSION = 0.22.0
|
|
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
|
|
ORTP_CONF_OPT = --disable-strict
|
|
ORTP_INSTALL_STAGING = YES
|
|
ORTP_LICENSE = LGPLv2.1+
|
|
ORTP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|