glfs/general/genutils/rep-gtk.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

92 lines
3.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY rep-gtk-download-http "http://prdownloads.sourceforge.net/rep-gtk/rep-gtk-&rep-gtk-version;.tar.gz">
<!ENTITY rep-gtk-download-ftp " ">
<!ENTITY rep-gtk-size "152 KB">
<!ENTITY rep-gtk-buildsize "7.7 MB">
<!ENTITY rep-gtk-time "0.18 SBU">
]>
<sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="rep-gtk.html"?>
<title>rep-gtk-&rep-gtk-version;</title>
<sect2>
<title>Introduction to <application>rep-gtk</application></title>
<para>The <application>rep-gtk</application> package contains a <application>
Lisp</application> and <application>GTK</application> binding. This is useful
for extending <application>GTK-2</application> and <application>GDK
</application> libraries with <application>Lisp</application>. Starting at
<application>rep-gtk</application>-0.15, the package contains the bindings to
<application>GTK</application> and uses the same instructions. Both
can be installed, if needed. </para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&rep-gtk-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&rep-gtk-download-ftp;"/></para></listitem>
<listitem><para>Download size: &rep-gtk-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&rep-gtk-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&rep-gtk-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para></listitem>
</itemizedlist></sect3>
<sect3><title><application>rep-gtk</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and
<xref linkend="librep"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>rep-gtk</application></title>
<para>Install <application>rep-gtk</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>rep-gtk</application> package contains Lisp bindings.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>Lisp bindings</title>
<para>Lisp bindings are libraries stored in <filename>
/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications
between Lisp and the GTK libraries.</para></sect3>
</sect2>
</sect1>