mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-02 01:26:55 +01:00
105 lines
2.8 KiB
XML
105 lines
2.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="ch-system-execline" role="wrap" revision="s6">
|
|
<?dbhtml filename="execline.html"?>
|
|
|
|
<sect1info condition="script">
|
|
<productname>execline</productname>
|
|
<productnumber>&execline-version;</productnumber>
|
|
<address>&execline-url;</address>
|
|
</sect1info>
|
|
|
|
<title>execline-&execline-version;</title>
|
|
|
|
<indexterm zone="ch-system-execline">
|
|
<primary sortas="a-execline">execline</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title/>
|
|
|
|
<para>The execline package is a (non-interactive) scripting
|
|
language, like sh - but its syntax is quite different from
|
|
a traditional shell syntax. Used internally by the S6 ecosystem.</para>
|
|
|
|
<segmentedlist>
|
|
<segtitle>&buildtime;</segtitle>
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>&execline-fin-sbu;</seg>
|
|
<seg>&execline-fin-du;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of execline</title>
|
|
|
|
<para>Prepare execline for compilation:</para>
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
|
|
|
<!--
|
|
<variablelist>
|
|
<title>The meaning of the configure options:</title>
|
|
|
|
<varlistentry>
|
|
<term><parameter>- -blah=blubb</parameter></term>
|
|
<listitem>
|
|
<para>blah blah</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
-->
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
<para>Install the package:</para>
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="contents-execline" role="content">
|
|
<title>Contents of execline</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed programs</segtitle>
|
|
<segtitle>Installed libraries</segtitle>
|
|
<segtitle>Installed directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>execline-x, execline-y, execline-z, ...</seg>
|
|
<seg>libx, liby, libz ...</seg>
|
|
<seg>dirx, diry, dirz ...</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="execline-x">
|
|
<term><command>execline-x</command></term>
|
|
<listitem>
|
|
<para>Is used to blah blah</para>
|
|
<indexterm zone="ch-system-execline execline-x">
|
|
<primary sortas="b-execline-x">execline-x</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|