glfs/archive/gnome/gnome-js-common.xml
Krejzi 411e760db9 Removal of GNOME, part 1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11232 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-06-01 12:18:39 +00:00

136 lines
3.7 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 gnome-js-common-download-http
"&gnome-download-http;/gnome-js-common/0.1/gnome-js-common-&gnome-js-common-version;.tar.bz2">
<!ENTITY gnome-js-common-download-ftp
"&gnome-download-ftp;/gnome-js-common/0.1/gnome-js-common-&gnome-js-common-version;.tar.bz2">
<!ENTITY gnome-js-common-md5sum "a4147d24622ab0f1d01e9921a3bf501b">
<!ENTITY gnome-js-common-size "277 KB">
<!ENTITY gnome-js-common-buildsize "2.2 MB">
<!ENTITY gnome-js-common-time "0.1 SBU">
]>
<sect1 id="gnome-js-common" xreflabel="gnome-js-common-&gnome-js-common-version;">
<?dbhtml filename="gnome-js-common.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-js-common-&gnome-js-common-version;</title>
<indexterm zone="gnome-js-common">
<primary sortas="a-gnome-js-common">gnome-js-common</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME JS Common</title>
<para>
The <application>GNOME JS Common</application> package provides
common modules for <application>GNOME</application> JavaScript bindings.
</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-js-common-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-js-common-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-js-common-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-js-common-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-js-common-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-js-common-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME JS Common Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="seed"/> (Note that seed
<emphasis>requires</emphasis> GNOME JS Common).
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-js-common"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME JS Common</title>
<para>
Install <application>GNOME JS Common</application> by
running the following commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/gnome-js and
/usr/share/doc/gnome_js_common
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>