Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
9a786b 1 #
AL 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2016 Predrag Zečević
3bb74b 13 # Copyright 2018 Michal Nowak
9a786b 14 #
3bb74b 15
MN 16 PREFERRED_BITS=64
9a786b 17
AL 18 include ../../../make-rules/shared-macros.mk
19
20 COMPONENT_NAME= sudosh2
21 COMPONENT_VERSION= 1.0.5
3bb74b 22 COMPONENT_REVISION= 1
9a786b 23 COMPONENT_SUMMARY= sudosh - an auditing layer between sudo and a user shell, that can also be used as a login shell
AL 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
34
35 include $(WS_MAKE_RULES)/prep.mk
36 include $(WS_MAKE_RULES)/configure.mk
37 include $(WS_MAKE_RULES)/ips.mk
38
39 PATH=/usr/gnu/bin:/usr/bin
40
3bb74b 41 COMPONENT_PREP_ACTION= ( cd $(@D); autoreconf -i -f )
9a786b 42
3bb74b 43 build:          $(BUILD_64)
9a786b 44
3bb74b 45 install:        $(INSTALL_64)
9a786b 46
3bb74b 47 test:           $(NO_TESTS)
9a786b 48
AL 49 REQUIRED_PACKAGES += system/library
50 REQUIRED_PACKAGES += security/sudo