Files
domo/bsp/buildroot-2017.02.11/package/x11r7/mcookie/mcookie.mk
2018-05-22 15:35:47 +02:00

22 lines
514 B
Makefile

################################################################################
#
# mcookie
#
################################################################################
MCOOKIE_LICENSE = Public Domain
define MCOOKIE_EXTRACT_CMDS
cp package/x11r7/mcookie/mcookie.c $(@D)/
endef
define MCOOKIE_BUILD_CMDS
(cd $(@D); $(TARGET_CC) -Wall -Os -s mcookie.c -o mcookie)
endef
define MCOOKIE_INSTALL_TARGET_CMDS
install -m 0755 -D $(@D)/mcookie $(TARGET_DIR)/usr/bin/mcookie
endef
$(eval $(generic-package))