slackbuilds_ponce/system/unison
Luiz Carlos Ramos 51d72ba0f5 system/unison: Fix build with OCAML 4.0.
This requires the update of lablgtk which fixed the ld.conf.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-10-23 04:37:57 +07:00
..
01-change-ocamllibdir-for-ocaml-40.patch system/unison: Fix build with OCAML 4.0. 2014-10-23 04:37:57 +07:00
doinst.sh
README
slack-desc
unison.desktop
unison.info
unison.png
unison.SlackBuild system/unison: Fix build with OCAML 4.0. 2014-10-23 04:37:57 +07:00

Unison is a file-synchronization tool for Unix and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.

Unlike simple mirroring or backup utilities, Unison can deal with updates
to both replicas of a distributed directory structure. Updates that do not
conflict are propagated automatically. Conflicting updates are detected and
displayed.

Unison allows you to either build a text only binary or a binary that will
use a graphical user interface.  To build the gtk2 graphical inteface
binary, which is the default option, do this:

  "FLAVOR=gtk2 ./unison.SlackBuild" or just "./unison.SlackBuild"

To build a textonly binary, do this:

  "FLAVOR=text ./unison.SlackBuild"