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