developer/check: configure: WARNING: filterdiff not installed; build will not be...
[oi-userland.git] / components / shell / sudosh2 / Makefile
blob2e4a8347796be97525de1cf12e64e9d66ade6469
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016 Predrag Zečević
13 # Copyright 2018 Michal Nowak
16 PREFERRED_BITS=64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= sudosh2
21 COMPONENT_VERSION= 1.0.5
22 COMPONENT_REVISION= 1
23 COMPONENT_SUMMARY= sudosh - an auditing layer between sudo and a user shell, that can also be used as a login shell
24 COMPONENT_PROJECT_URL= https://github.com/squash/sudosh2
25 COMPONENT_FMRI= shell/sudosh2
26 COMPONENT_CLASSIFICATION= Applications/System Utilities
27 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
29 COMPONENT_ARCHIVE_URL= \
30 http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_SRC).tgz
31 COMPONENT_ARCHIVE_HASH= \
32 sha256:c6ab7d4b736e19b409e66216d7760f3f64ecac849e034f03db567097cb8eb8ef
33 COMPONENT_LICENSE= Open Source License 2.0
35 include $(WS_MAKE_RULES)/prep.mk
36 include $(WS_MAKE_RULES)/configure.mk
37 include $(WS_MAKE_RULES)/ips.mk
39 PATH=/usr/gnu/bin:/usr/bin
41 COMPONENT_PREP_ACTION= ( cd $(@D); autoreconf -i -f )
43 build: $(BUILD_64)
45 install: $(INSTALL_64)
47 test: $(NO_TESTS)
49 REQUIRED_PACKAGES += system/library
50 REQUIRED_PACKAGES += security/sudo