| 1 | NAME = setoolkit |
|---|
| 2 | VERSION = 3.5.1 |
|---|
| 3 | DISTNAME = $(NAME)-$(VERSION) |
|---|
| 4 | CATEGORIES = utils |
|---|
| 5 | GARTYPE = v2 |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = A system performance monitoring tool |
|---|
| 8 | define BLURB |
|---|
| 9 | The SE Toolkit is |
|---|
| 10 | * An interpreter for a programming language that is both a subset of C and C++. |
|---|
| 11 | Syntactically, it looks like C, but it contains a limited class mechanism. |
|---|
| 12 | * Include files for use by toolkit scripts. |
|---|
| 13 | * A bunch of example scripts. |
|---|
| 14 | * A set of extensions for writing GUIs and "network aware" scripts. |
|---|
| 15 | endef |
|---|
| 16 | |
|---|
| 17 | SF_PROJ = setoolkit |
|---|
| 18 | MASTER_SITES = $(SF_MIRRORS) |
|---|
| 19 | DISTFILES = $(DISTNAME).tar.gz |
|---|
| 20 | |
|---|
| 21 | BUILD_DEP_PKGS = CSWpydocutils |
|---|
| 22 | |
|---|
| 23 | BUILD64 = 1 |
|---|
| 24 | CONFIGURE_ARGS = $(DIRPATHS) |
|---|
| 25 | |
|---|
| 26 | # Don't relocate $(bindir) as it contains a shell wrapper |
|---|
| 27 | ISAEXEC_DIRS = $(libexecdir) |
|---|
| 28 | |
|---|
| 29 | MERGE_EXCLUDE_FILES = .*~ $(bindir)/.*\.sh .*\.la |
|---|
| 30 | |
|---|
| 31 | # Don't add the shell wrapper for other ISAs |
|---|
| 32 | EXTRA_MERGE_EXCLUDE_FILES_isa-amd64 = $(bindir)/se |
|---|
| 33 | EXTRA_MERGE_EXCLUDE_FILES_isa-sparcv9 = $(bindir)/se |
|---|
| 34 | |
|---|
| 35 | # Testsuite must be run as root |
|---|
| 36 | SKIPTEST = 1 |
|---|
| 37 | |
|---|
| 38 | CHECKPKG_OVERRIDES_CSWsetoolkit += missing-dependency|CSWemacscommon |
|---|
| 39 | CHECKPKG_OVERRIDES_CSWsetoolkit += init-file-missing-cswinitsmf-class|/opt/csw/share/setoolkit/etc/init.d/mon_cm|class=none |
|---|
| 40 | CHECKPKG_OVERRIDES_CSWsetoolkit += init-file-missing-cswinitsmf-class|/opt/csw/share/setoolkit/etc/init.d/monlog|class=none |
|---|
| 41 | CHECKPKG_OVERRIDES_CSWsetoolkit += init-file-missing-cswinitsmf-class|/opt/csw/share/setoolkit/etc/init.d/percol|class=none |
|---|
| 42 | CHECKPKG_OVERRIDES_CSWsetoolkit += init-file-missing-cswinitsmf-class|/opt/csw/share/setoolkit/etc/init.d/va_monitor|class=none |
|---|
| 43 | CHECKPKG_OVERRIDES_CSWsetoolkit += init-file-missing-cswinitsmf-class|/opt/csw/share/setoolkit/etc/init.d/vader|class=none |
|---|
| 44 | CHECKPKG_OVERRIDES_CSWsetoolkit += soname-equals-filename|file=/opt/csw/lib/libsegui.so |
|---|
| 45 | CHECKPKG_OVERRIDES_CSWsetoolkit += soname-equals-filename|file=/opt/csw/lib/libsenet.so |
|---|
| 46 | CHECKPKG_OVERRIDES_CSWsetoolkit += soname-equals-filename|file=/opt/csw/lib/amd64/libsegui.so |
|---|
| 47 | CHECKPKG_OVERRIDES_CSWsetoolkit += soname-equals-filename|file=/opt/csw/lib/amd64/libsenet.so |
|---|
| 48 | CHECKPKG_OVERRIDES_CSWsetoolkit += soname-equals-filename|file=/opt/csw/lib/sparcv9/libsegui.so |
|---|
| 49 | CHECKPKG_OVERRIDES_CSWsetoolkit += soname-equals-filename|file=/opt/csw/lib/sparcv9/libsenet.so |
|---|
| 50 | CHECKPKG_OVERRIDES_CSWsetoolkit += file-with-bad-content|/usr/local|root/opt/csw/share/doc/setoolkit/INSTALL |
|---|
| 51 | CHECKPKG_OVERRIDES_CSWsetoolkit += file-with-bad-content|/usr/local|root/opt/csw/share/setoolkit/examples/limits.se |
|---|
| 52 | CHECKPKG_OVERRIDES_CSWsetoolkit += shared-lib-pkgname-mismatch |
|---|
| 53 | |
|---|
| 54 | include gar/category.mk |
|---|