# SHORT DESC: File EXchange Daemon
# LONG DESC: fex is a replicating filesystem for disconnected computers, similar to intermezzo. The main design goal for was to provide a system that is easy to install and configure. It has no need for an extra kernel module, features automatic SSH tunnelling, and has automatic compression for slow networks.
# COMPILE REQUIREMENT: librsync
# COMPILE REQUIREMENT: confuse
# COMPILE REQUIREMENT: log4cpp
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
|