The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tinc / tinc.mk
1 ################################################################################
2 #
3 # tinc
4 #
5 ################################################################################
6
7 TINC_VERSION = 1.0.24
8 TINC_SITE = http://www.tinc-vpn.org/packages
9 TINC_DEPENDENCIES = lzo openssl zlib
10 TINC_LICENSE = GPLv2+ with OpenSSL exception
11 TINC_LICENSE_FILES = COPYING COPYING.README
12 TINC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=c99"
13
14 $(eval $(autotools-package))