Obsolete golang-120
[oi-userland.git] / components / sysutils / filebench / Makefile
blobcbebeea31bad1d59310352efea9cb84c6ed16b5a
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= filebench
19 COMPONENT_VERSION= 1.4.9.1
20 COMPONENT_REVISION= 2
21 COMPONENT_FMRI= benchmark/filebench
22 COMPONENT_SUMMARY= FileBench Commands, Workloads, Scripts, and Config Files
23 COMPONENT_CLASSIFICATION= Development/System
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:77ae91b83c828ded1219550aec74fbbd6975dce02cb5ab13c3b99ac2154e5c2e
28 COMPONENT_ARCHIVE_URL= \
29 https://github.com/filebench/filebench/archive/$(COMPONENT_VERSION).tar.gz
30 COMPONENT_PROJECT_URL = https://github.com/filebench/filebench/wiki
31 COMPONENT_LICENSE_FILE= LICENSE
32 COMPONENT_LICENSE= CDDL
34 include $(WS_MAKE_RULES)/common.mk
36 PATCH_LEVEL=0
38 COMPONENT_PREP_ACTION = (cd $(@D) &&\
39 aclocal -I . &&\
40 autoheader &&\
41 automake -a -f -c --gnu &&\
42 autoconf &&\
43 $(RM) config.h )
45 CONFIGURE_PREFIX=/usr/benchmarks/filebench
47 CONFIGURE_OPTIONS+= --datarootdir=/usr/benchmarks
49 # Auto-generated dependencies
50 REQUIRED_PACKAGES += library/libtecla
51 REQUIRED_PACKAGES += system/library
52 REQUIRED_PACKAGES += system/library/math