b953d79b62
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
425 B
Makefile
13 lines
425 B
Makefile
################################################################################
|
|
#
|
|
# smartmontools
|
|
#
|
|
################################################################################
|
|
|
|
SMARTMONTOOLS_VERSION = 6.2
|
|
SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION)
|
|
SMARTMONTOOLS_LICENSE = GPLv2+
|
|
SMARTMONTOOLS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|