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 / gamin / gamin.mk
1 ################################################################################
2 #
3 # gamin
4 #
5 ################################################################################
6
7 GAMIN_VERSION = 0.1.10
8 GAMIN_SITE = http://www.gnome.org/~veillard/gamin/sources
9 GAMIN_AUTORECONF = YES
10 GAMIN_INSTALL_STAGING = YES
11 GAMIN_LICENSE = LGPLv2+
12 GAMIN_LICENSE_FILES = COPYING
13
14 # python support broken
15 GAMIN_CONF_OPTS += --without-python
16
17 GAMIN_CONF_ENV = have_abstract_sockets=no
18
19 GAMIN_DEPENDENCIES = libglib2
20
21 $(eval $(autotools-package))