Move all to deprecated folder.
This commit is contained in:
20
deprecated/firmware/buildroot/package/eeprog/eeprog.mk
Normal file
20
deprecated/firmware/buildroot/package/eeprog/eeprog.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# eeprog
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EEPROG_VERSION = 0.7.6
|
||||
EEPROG_SITE = http://www.codesink.org/download
|
||||
EEPROG_LICENSE = GPLv2+
|
||||
EEPROG_LICENSE_FILES = eeprog.c
|
||||
|
||||
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))
|
||||
Reference in New Issue
Block a user