office/calibre: Updated for version 0.7.30.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-12-02 05:30:27 -06:00 committed by Robby Workman
parent 7c6d8ffa0c
commit 945a99ff27
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=calibre
VERSION=0.7.18
VERSION=0.7.30
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,7 +80,7 @@ patch -p1 < $CWD/patches/calibre-module-fix.patch
CFLAGS="$SLKCFLAGS" python setup.py build
# We have to fake out CALIBRE_CONFIG_DIRECTORY if there is a current
# calibre installation while the install process takes place. :/
# calibre installation while the build process takes place. :/
mkdir -p "$PWD/tmp/config"
CALIBRE_CONFIG_DIRECTORY="$PWD/tmp/config" \

View File

@ -1,10 +1,10 @@
PRGNAM="calibre"
VERSION="0.7.18"
VERSION="0.7.30"
HOMEPAGE="http://calibre-ebook.com/"
DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.7.18.tar.gz"
MD5SUM="7de4a0b4afa64bb22c3fbd119f9e20f4"
DOWNLOAD="http://downloads.sourceforge.net/calibre/calibre-0.7.30.tar.gz"
MD5SUM="77db06a9d7ac4a3475cb72388ef8c4f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="rworkman"
APPROVED="Erik Hanson"