<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Am 28.11.17 um 19:47 schrieb G B via
oi-dev:<br>
</div>
<blockquote type="cite"
cite="mid:1976180998.5012265.1511894863241@mail.yahoo.com">
<div style="color:#000; background-color:#fff;
font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande,
sans-serif;font-size:13px">
<div dir="ltr" id="yui_3_16_0_ym19_1_1511881026432_15021">I'd
like to build 3 packages for OpenIndiana. NetRexx, Scheme 48,
and Scheme Shell. I've never created an IPS package for
OpenSolaris/OpenIndiana/Solaris before so I'd appreciate some
advice.</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1511881026432_15021"><br>
</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1511881026432_15021">In an
RPM Spec file you can add a "Requires:" so that in the case of
NetRexx, which needs Java, one could specify "Requires:
openjdk8" and it would install it. For Scheme Shell (scsh) it
requires Scheme 48.</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1511881026432_15021"><br>
</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1511881026432_15021">Thanks
for any help that can be provided.</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
oi-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a>
<a class="moz-txt-link-freetext" href="https://openindiana.org/mailman/listinfo/oi-dev">https://openindiana.org/mailman/listinfo/oi-dev</a></pre>
</blockquote>
<font size="+2">Depending of the actual needs of your NetRexx
package its .p5m file needs a depend line, e.g.<br>
depend frmi=runtime/java/openjdk8 type=require<br>
or<br>
</font><font size="+2"><font size="+2"> depend frmi=developer/java/openjdk8
type=require<br>
<br>
Similarly you would model scsh's .p5m file (replace "runtime/java/openjdk8"
with whatever your Scheme 48 FMRI will be).<br>
<br>
Regards<br>
Andreas<br>
</font></font>
</body>
</html>