89bfc06a79ff3a4ffa4ff0d9cd08f7ef4c39fa87
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ortp / ortp.mk
1 ################################################################################
2 #
3 # ortp
4 #
5 ################################################################################
6
7 ORTP_VERSION = 0.22.0
8 ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
9
10 # ortp is not happy with the libsrtp implementation packaged in
11 # Buildroot
12 ORTP_CONF_OPTS = --disable-strict --with-srtp=none
13 ORTP_INSTALL_STAGING = YES
14 ORTP_LICENSE = LGPLv2.1+
15 ORTP_LICENSE_FILES = COPYING
16
17 $(eval $(autotools-package))