mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Updated to Gamin-0.1.7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5431 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fb832ace5e
commit
fd2aad8876
@ -69,7 +69,7 @@
|
||||
<!ENTITY pcre-version "6.4">
|
||||
<!ENTITY popt-version "1.7">
|
||||
<!ENTITY slang-version "2.0.5">
|
||||
<!ENTITY gamin-version "0.1.6">
|
||||
<!ENTITY gamin-version "0.1.7">
|
||||
<!ENTITY libxml-version "1.8.17">
|
||||
<!ENTITY libxml2-version "2.6.22">
|
||||
<!ENTITY libxslt-version "1.1.15">
|
||||
|
@ -5,11 +5,11 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
|
||||
<!ENTITY gamin-download-ftp " ">
|
||||
<!ENTITY gamin-md5sum "1db7eef6d73fba604efcc370352ad2c4">
|
||||
<!ENTITY gamin-size "373 KB">
|
||||
<!ENTITY gamin-buildsize "4.0 MB">
|
||||
<!ENTITY gamin-time "0.08 SBU">
|
||||
<!ENTITY gamin-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/gamin-&gamin-version;.tar.gz">
|
||||
<!ENTITY gamin-md5sum "1a1991ffa749b7dc2cc0573d6a2867b8">
|
||||
<!ENTITY gamin-size "542 KB">
|
||||
<!ENTITY gamin-buildsize "5.7 MB">
|
||||
<!ENTITY gamin-time "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
|
||||
@ -62,9 +62,14 @@
|
||||
<para role="required"><xref linkend="glib2"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/> (for building API documentation),
|
||||
<para role="optional"><xref linkend="python"/></para>
|
||||
|
||||
<!-- Though configure mentions these two packages, the build
|
||||
system can and does absolutely nothing with them. Commenting
|
||||
them out for now, as they cannot be used
|
||||
<xref linkend="gtk-doc"/> (for building API documentation),
|
||||
<xref linkend="doxygen"/> (for building documentation),
|
||||
<xref linkend="python"/></para>
|
||||
-->
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -81,7 +86,9 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m755 -d /usr/share/doc/gamin-&gamin-version; &&
|
||||
install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-&gamin-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -105,13 +112,15 @@ make</userinput></screen>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>gam_server</seg>
|
||||
<seg>libfam.[so,a], libgamin.[so,a]</seg>
|
||||
<seg>None</seg>
|
||||
<seg>libfam.[so,a], libgamin-1.[so,a], libgamin_shared.a and
|
||||
optionally, <application>Python</application> _gamin.[so,a]
|
||||
module</seg>
|
||||
<seg>/usr/share/doc/gamin-&gamin-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>December 15, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Gamin-0.1.7.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Removed section on newsserver..</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user