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 / x11r7 / mcookie / mcookie.mk
1 ################################################################################
2 #
3 # mcookie
4 #
5 ################################################################################
6
7 # Source included in Buildroot
8 MCOOKIE_SOURCE =
9 MCOOKIE_LICENSE = Public Domain
10
11 define MCOOKIE_EXTRACT_CMDS
12         cp package/x11r7/mcookie/mcookie.c $(@D)/
13 endef
14
15 define MCOOKIE_BUILD_CMDS
16         (cd $(@D); $(TARGET_CC) -Wall -Os -s mcookie.c -o mcookie)
17 endef
18
19 define MCOOKIE_INSTALL_TARGET_CMDS
20         install -m 0755 -D $(@D)/mcookie $(TARGET_DIR)/usr/bin/mcookie
21 endef
22
23 $(eval $(generic-package))