blob: a6873f020fbbd2d176d5a5fe6e5aa9f9f3b85d3b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#############################################################
#
# smartmontools
#
#############################################################
SMARTMONTOOLS_VERSION = 5.42
SMARTMONTOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools
$(eval $(autotools-package))
|