Till Wegmüller
2022-08-22 e37526e5127ed05489715fa73460d3899ccf188b
commit | author | age
e66a84 1 #
JK 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2016-2017 Jim Klimov
14 #
15
16 set name=pkg.fmri \
17     value=pkg:/developer/jenkins@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
24
25 # TODO: At some point this package should help mediate between weekly
26 # or LTS releases. Maybe it will do so automagically just by virtue of
27 # pulling newer updates of already-installed "require-any" dependencies?
cac0ac 28 depend type=require \
JK 29     fmri=pkg:/developer/jenkins-common
e66a84 30 depend type=require-any \
JK 31     fmri=pkg:/developer/jenkins-core-weekly \
32     fmri=pkg:/developer/jenkins-core-lts
33 depend type=require \
e37526 34     fmri=pkg:/runtime/java/openjdk17
e66a84 35
JK 36 # Note: eventually we expect further packages for other webapp-server
37 # integrations (like tomcat, glassfish, etc.) - those would probably put a
38 # copy or link of the WAR file into corresponding auto-deploy location),
39 # and also require that the corresponding app-server is installed too ;)
40 depend type=require-any \
41     fmri=pkg:/developer/jenkins-standalone