David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
281951 1 #
AP 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 Alexander Pyhalov
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=        desktop-startup
18 COMPONENT_VERSION=    0.5.11
9a0e44 19 COMPONENT_REVISION=    2
281951 20 COMPONENT_PROJECT_URL=    http://openindiana.org/
AP 21 COMPONENT_SUMMARY=    Desktop startup scripts in xinitrc.d
22 COMPONENT_FMRI=        system/display-manager/desktop-startup
23 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Scripts
24 COMPONENT_LICENSE = CDDL
25 COMPONENT_LICENSE_FILE = opensolaris.license
26
27 include $(WS_TOP)/make-rules/ips.mk
28
29 download:
30
31 prep:
32
33 build:
34
35 install:
36     [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
37
38 clean:
39     $(RM) -r $(BUILD_DIR) $(PROTO_DIR)
a55580 40
AL 41 # Auto-generated dependencies
42 REQUIRED_PACKAGES += SUNWcs
43 REQUIRED_PACKAGES += shell/bash