buildrootschalter/package/eeprog/eeprog.mk
Thomas De Schampheleire eb7bd9ef61 packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-06 09:40:40 +01:00

19 lines
447 B
Makefile

################################################################################
#
# eeprog
#
################################################################################
EEPROG_VERSION = 0.7.6
EEPROG_SITE = http://www.codesink.org/download
define EEPROG_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define EEPROG_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/eeprog $(TARGET_DIR)/usr/bin/eeprog
endef
$(eval $(generic-package))