2005-12-16 14:33:32 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# smartmontools
|
|
|
|
#
|
|
|
|
#############################################################
|
2007-07-11 16:06:06 +02:00
|
|
|
SMARTMONTOOLS_VERSION:=5.33
|
|
|
|
SMARTMONTOOLS_SOURCE:=smartmontools-$(SMARTMONTOOLS_VERSION).tar.gz
|
2005-12-16 14:33:32 +01:00
|
|
|
SMARTMONTOOLS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools
|
2007-07-11 16:06:06 +02:00
|
|
|
SMARTMONTOOLS_DIR:=$(BUILD_DIR)/smartmontools-$(SMARTMONTOOLS_VERSION)
|
2005-12-16 14:33:32 +01:00
|
|
|
|
2010-04-10 18:50:08 +02:00
|
|
|
$(eval $(call AUTOTARGETS,package,smartmontools))
|