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 / fis / fis.mk
1 ################################################################################
2 #
3 # fis
4 #
5 ################################################################################
6
7 FIS_SITE = http://svn.chezphil.org/utils/trunk
8 FIS_SITE_METHOD = svn
9 FIS_VERSION = 2892
10 FIS_LICENSE = GPLv2+
11 FIS_LICENSE_FILES = fis.c
12
13 define FIS_BUILD_CMDS
14         $(TARGET_CC) $(TARGET_CFLAGS) -std=c99 -o $(@D)/fis \
15                 $(@D)/fis.c $(@D)/crc.c $(TARGE_LDFLAGS)
16 endef
17
18 define FIS_INSTALL_TARGET_CMDS
19         $(INSTALL) -m 0755 -D $(@D)/fis $(TARGET_DIR)/sbin/fis
20 endef
21
22 $(eval $(generic-package))