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 / sysprof / sysprof.mk
1 ################################################################################
2 #
3 # sysprof
4 #
5 ################################################################################
6
7 SYSPROF_VERSION = 1.2.0
8 SYSPROF_SITE = http://sysprof.com
9 SYSPROF_DEPENDENCIES = libglib2
10 SYSPROF_LICENSE = GPLv2+
11 SYSPROF_LICENSE_FILES = COPYING
12
13 ifeq ($(BR2_PACKAGE_SYSPROF_GUI),y)
14 SYSPROF_DEPENDENCIES += libgtk2 libglade gdk-pixbuf
15 endif
16
17 define SYSPROF_CREATE_M4_DIR
18         mkdir -p $(@D)/m4
19 endef
20
21 SYSPROF_POST_PATCH_HOOKS += SYSPROF_CREATE_M4_DIR
22
23 $(eval $(autotools-package))