xref: /OK3568_Linux_fs/buildroot/package/fbset/fbset.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# fbset
4#
5################################################################################
6
7FBSET_VERSION = 2.1
8FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev
9FBSET_DEPENDENCIES = host-bison host-flex
10FBSET_LICENSE = GPL-2.0
11FBSET_LICENSE_FILES = fbset.c
12
13define FBSET_BUILD_CMDS
14	$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
15endef
16
17define FBSET_INSTALL_TARGET_CMDS
18	$(INSTALL) -D -m 755 $(@D)/fbset $(TARGET_DIR)/usr/sbin/fbset
19endef
20
21$(eval $(generic-package))
22