libraries/barry: Maintainer + minor fixes

This commit is contained in:
Mario Preksavec 2015-02-07 21:33:43 +01:00 committed by Willy Sudiarto Raharjo
parent e97d7f6ded
commit 5cca222a21
3 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,10 @@
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.
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)
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)

View file

@ -12,7 +12,7 @@
## to "Heinz Wiesinger <HMWiesinger@gmx.at>"
# Modified by Robby Workman <rworkman@slackbuilds.org>
# Updated by mario <mario@slackverse.org>
# Modified by Mario Preksavec <mario@slackware.hr>
PRGNAM=barry
VERSION=${VERSION:-0.18.3}

View file

@ -6,5 +6,5 @@ MD5SUM="1a3077256efd449ec59fa9309aa28b81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libglademm libtar"
MAINTAINER="mario"
EMAIL="mario@slackverse.org"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"