git: switch to Python 2.7
[unleashed-userland.git] / components / smartmontools / Makefile
blob693c12e525c7c9d9e0c9f0ed8314e7b519b338f5
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright (c) 2014 Nexenta Systems, Inc. All rights reserved.
24 include ../../make-rules/shared-macros.mk
26 COMPONENT_NAME= smartmontools
27 COMPONENT_VERSION= 6.2
28 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
29 COMPONENT_PROJECT_URL= http://downloads.sourceforge.net/smartmontools
30 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
31 COMPONENT_ARCHIVE_HASH= sha256:486f660579bb0fb4f6b927ded7531cb1f99685c666397377761c5b04dd96065b
32 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/smartmontools/files/smartmontools/6.2/$(COMPONENT_ARCHIVE)
34 include ../../make-rules/prep.mk
36 COMPONENT_PRE_CONFIGURE_ACTION = \
37 ($(CLONEY) $(SOURCE_DIR) $(@D))
39 include ../../make-rules/configure.mk
40 include ../../make-rules/ips.mk
43 CONFIGURE_OPTIONS += --sysconfdir=/etc
44 CONFIGURE_OPTIONS += --enable-attributelog
45 CONFIGURE_OPTIONS += --enable-savestates
46 CONFIGURE_OPTIONS += --enable-drivedb
47 CONFIGURE_OPTIONS += --with-savestates=/var/lib/smartmontools/smartd.
48 CONFIGURE_OPTIONS += --with-attributelog=/var/lib/smartmontools/attrlog.
51 build: $(BUILD_32)
53 test: $(TEST_32)
55 install: $(INSTALL_32)
57 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
59 include ../../make-rules/depend.mk