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 / eeprog / eeprog.mk
1 ################################################################################
2 #
3 # eeprog
4 #
5 ################################################################################
6
7 EEPROG_VERSION = 0.7.6
8 EEPROG_SITE = http://www.codesink.org/download
9 EEPROG_LICENSE = GPLv2+
10 EEPROG_LICENSE_FILES = eeprog.c
11
12 define EEPROG_BUILD_CMDS
13         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
14 endef
15
16 define EEPROG_INSTALL_TARGET_CMDS
17         $(INSTALL) -D $(@D)/eeprog $(TARGET_DIR)/usr/bin/eeprog
18 endef
19
20 $(eval $(generic-package))