Difference between revisions of "Gamin"
From CBLFS
Jump to navigationJump to searchm (I fixed the vertical alignment in of the tables in the "Contents" section.) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.gnome.org/~veillard/gamin/sources/gamin- | + | | http://www.gnome.org/~veillard/gamin/sources/gamin-{{Gamin-Version}}.tar.gz |
|} | |} | ||
Line 34: | Line 34: | ||
make install && | make install && | ||
− | install -v -m755 -d /usr/share/doc/gamin- | + | install -v -m755 -d /usr/share/doc/gamin-{{Gamin-Version}} && |
− | install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin- | + | install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-{{Gamin-Version}} |
== Multilib == | == Multilib == | ||
Line 78: | Line 78: | ||
make install && | make install && | ||
− | install -v -m755 -d /usr/share/doc/gamin- | + | install -v -m755 -d /usr/share/doc/gamin-{{Gamin-Version}} && |
− | install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin- | + | install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-{{Gamin-Version}} |
Line 93: | Line 93: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directory: | ! Installed Directory: | ||
− | | /usr/share/doc/gamin- | + | | /usr/share/doc/gamin-{{Gamin-Version}} |
|} | |} | ||
Revision as of 14:08, 16 December 2006
Download Source: | http://www.gnome.org/~veillard/gamin/sources/gamin-0.1.10.tar.gz |
---|
Contents
Introduction to Gamin
This package contains a File Alteration Monitor which is useful for notifying applications of changes to the file system. Gamin is compatible with FAM.
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --libexecdir=/usr/sbin && make
If you have Doxygen installed and wish to build documentation, pass the following to the configure script.
--enable-docs
Install the package
make install && install -v -m755 -d /usr/share/doc/gamin-0.1.10 && install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-0.1.10
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --libexecdir=/usr/sbin && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/sbin && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/sbin && make
If you have Doxygen installed and wish to build documentation, pass the following to the configure script.
--enable-docs
Install the package
make install && install -v -m755 -d /usr/share/doc/gamin-0.1.10 && install -v -m644 doc/*.{html,fig,gif,txt} /usr/share/doc/gamin-0.1.10
Contents
Installed Programs: | gam_server |
---|---|
Installed Libraries: | libfam.{so,a}, libgamin-1.{so,a}, libgamin_shared.a and optionally, Python _gamin.{so,a} module |
Installed Directory: | /usr/share/doc/gamin-0.1.10 |
Short Descriptions
gam_server | is the file alteration monitor daemon that is started on demand for each user. |
---|---|
libgamin.{so,a} | contains functions that support the file allocation monitor. |
libfam.{so,a} | contains functions that provide compatibility with FAM. |