package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / fconfig / fconfig.mk
blob509fc2c77d9753d6676b61ce19389a4899c6fec1
1 ################################################################################
3 # fconfig
5 ################################################################################
7 FCONFIG_VERSION = 20080329
8 # Real upstream location has been disabled
9 # FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig
10 FCONFIG_SITE = http://sources.buildroot.net
11 FCONFIG_LICENSE = GPLv2+
12 FCONFIG_LICENSE_FILES = fconfig.c
14 define FCONFIG_BUILD_CMDS
15 $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
16 endef
18 define FCONFIG_INSTALL_TARGET_CMDS
19 $(INSTALL) -D -m 0755 $(@D)/fconfig $(TARGET_DIR)/sbin/fconfig
20 endef
22 $(eval $(generic-package))