summaryrefslogtreecommitdiffstats
path: root/libraries/barry/README
diff options
context:
space:
mode:
author Vincent Batts2010-05-11 22:23:25 +0200
committer David Somero2010-05-11 22:23:25 +0200
commitf4c7269fec565a611ef66bc3520abe848db7621d (patch)
tree248f718c923ed73fe14e6ce4f92f42cf8f6fe8d3 /libraries/barry/README
parent4bfea3e94d4c252abd7d24e23774882e27d71dc3 (diff)
downloadslackbuilds-f4c7269fec565a611ef66bc3520abe848db7621d.tar.gz
libraries/barry: Updated for version 0.14
Diffstat (limited to 'libraries/barry/README')
-rw-r--r--libraries/barry/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/barry/README b/libraries/barry/README
index 722e4db273..ee400d4381 100644
--- a/libraries/barry/README
+++ b/libraries/barry/README
@@ -2,3 +2,9 @@ Barry is a GPL C++ library for interfacing with the RIM BlackBerry
Handheld. It comes with a command line tool for exploring the device
and a GUI for making quick backups. This project's goal is to create
a fully functional syncing mechanism on Linux.
+
+FYI, this slackbuild can take a variable of OPENSYNC (in addition to
+the standard ARCH, TMP, BUILD, etc.), by default compiling barry with
+opensync is disabled. passing OPENSYNC=<anything that isn't 'no'> will
+compile barry with opensync support, which will require that opensync
+already be installed (libopensync is in the SBo repository as well)