jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 718564e2bf8c41f6b957f3356990a2cf1453bf2d
parent 992a75bb0a67d85429255682dc7f363018b60bdf
Author: Jaromil <jaromil@dyne.org>
Date:   Mon,  4 Jun 2012 18:53:40 +0200

fixes to build scripts

Diffstat:
Mbuild/build-gnu.sh | 17++++++++++-------
Mbuild/build-osx.sh | 2++
2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -29,15 +29,18 @@ case $distro in gcc -Os -static -o fetchaddr fetchaddr.o helpers.o rfc2047.o rfc822.o; cd - > /dev/null echo - echo "gnome-keyring" - cd src/gnome-keyring + { test -r /usr/bin/gnome-keyring } && { + echo "gnome-keyring" + sudo apt-get install libglib2.0-dev + + cd src/gnome-keyring # [ -x jaro-gnome-keyring ] || \ gcc `pkg-config --cflags --libs glib-2.0 gnome-keyring-1` \ - -O2 -o jaro-gnome-keyring jaro-gnome-keyring.c - cd - > /dev/null - echo "Done compiling." - echo "Now run ./install.sh and Jaro Mail will be ready in ~/Mail" - echo "or \"./install.sh path\" to install it somewhere else." + -O2 -o jaro-gnome-keyring jaro-gnome-keyring.c + cd - > /dev/null + echo "Done compiling." + echo "Now run ./install.sh and Jaro Mail will be ready in ~/Mail" + echo "or \"./install.sh path\" to install it somewhere else." ;; *) diff --git a/build/build-osx.sh b/build/build-osx.sh @@ -15,6 +15,8 @@ # and local natives: fetchmail, procmail... +cd .. + source src/jaro source mkdir -p build/osx/dylib