glfs/gnome/core/seed.xml
Krejzi 88ed85cdd2 shared-mime-info 1.0 and seed corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9972 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-04-22 10:39:20 +00:00

157 lines
4.5 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;
<!ENTITY seed-download-http "&gnome-download-http;/seed/3.2/seed-&seed-version;.tar.xz">
<!ENTITY seed-download-ftp "&gnome-download-ftp;/seed/3.2/seed-&seed-version;.tar.xz">
<!ENTITY seed-md5sum "792ac48542019bd14f8d639a9e401c0a">
<!ENTITY seed-size "667 KB">
<!ENTITY seed-buildsize "16 MB">
<!ENTITY seed-time "0.3 SBU">
]>
<sect1 id="seed" xreflabel="seed-&seed-version;">
<?dbhtml filename="seed.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>seed-&seed-version;</title>
<indexterm zone="seed">
<primary sortas="a-seed">seed</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to seed</title>
<para><application>Seed</application> is a JavaScript interpreter.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&seed-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&seed-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &seed-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &seed-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &seed-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &seed-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">seed Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gnome-js-common"/>,
<xref linkend="gobject-introspection"/> and
<xref linkend="webkitgtk"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/seed"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of seed</title>
<para>Install <application>seed</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>
<para>This package does not have a working testsuite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
seed
</seg>
<seg>
libseed-gtk3.so
</seg>
<seg>
/usr/include/seed-gtk3, /usr/lib/seed-gtk3, /usr/share/doc/seed,
/usr/share/gtk-doc/html/seed and /usr/share/seed-gtk3
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="seed-prog">
<term><command>seed</command></term>
<listitem>
<para>is the command line JavaScript interpreter.</para>
<indexterm zone="seed seed-prog">
<primary sortas="b-seed">seed</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libseed-gtk3">
<term><filename class='libraryfile'>libseed-gtk3.so</filename></term>
<listitem>
<para>contains the seed API functions.</para>
<indexterm zone="seed libseed-gtk3">
<primary sortas="c-libseed-gtk3">libseed-gtk3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>