slackbuilds_ponce/libraries/barry
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
barry.info libraries/barry: Updated for version 0.16. 2010-05-18 09:03:46 -05:00
barry.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05:00
barrybackup.desktop libraries/barry: Updated for version 0.16. 2010-05-18 09:03:46 -05:00
doinst.sh libraries/barry: Updated for version 0.16. 2010-05-18 09:03:46 -05:00
README libraries/barry: Updated for version 0.16. 2010-05-18 09:03:46 -05:00
slack-desc

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)

This requires libtar and libglademm.