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 Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. It
Handheld. It comes with a command line tool for exploring the device comes with a command line tool for exploring the device and a GUI for making
and a GUI for making quick backups. This project's goal is to create quick backups. This project's goal is to create a fully functional syncing
a fully functional syncing mechanism on Linux. mechanism on Linux.
FYI, this slackbuild can take a variable of OPENSYNC (in addition to FYI, this slackbuild can take a variable of OPENSYNC (in addition to the
the standard ARCH, TMP, BUILD, etc.), by default compiling barry with standard ARCH, TMP, BUILD, etc.), by default compiling barry with opensync
opensync is disabled. passing OPENSYNC=<anything that isn't 'no'> will is disabled. passing OPENSYNC=<anything that isn't 'no'> will compile barry
compile barry with opensync support, which will require that opensync with opensync support, which will require that opensync already be installed
already be installed (libopensync is in the SBo repository as well) (libopensync is in the SBo repository as well)

View file

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

View file

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