509fc2c77d9753d6676b61ce19389a4899c6fec1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / fconfig / fconfig.mk
1 ################################################################################
2 #
3 # fconfig
4 #
5 ################################################################################
6
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
13
14 define FCONFIG_BUILD_CMDS
15         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
16 endef
17
18 define FCONFIG_INSTALL_TARGET_CMDS
19         $(INSTALL) -D -m 0755 $(@D)/fconfig $(TARGET_DIR)/sbin/fconfig
20 endef
21
22 $(eval $(generic-package))