You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
536 B

################################################################################
#
# hd-idle
#
################################################################################
HD_IDLE_VERSION = 1.05
HD_IDLE_DIR = hd-idle
HD_IDLE_SOURCE = hd-idle-$(HD_IDLE_VERSION).tgz
HD_IDLE_SITE = https://sourceforge.net/projects/hd-idle/files
HD_IDLE_MAKE_ENV = \
$(TARGET_CONFIGURE_ENV)
define HD_IDLE_INSTALL_CMDS
$(INSTALL_EXEC) -D $(PKG_BUILD_DIR)/hd-idle $(TARGET_sbindir)/hd-idle
endef
hd-idle: | $(TARGET_DIR)
$(call generic-package)