[Lunar-commits] <moonbase> calibre: An eBook management application

Dave Brown dagbrown at lunar-linux.org
Thu Jan 8 08:37:01 CET 2009


commit ce019d4ce22b36c081e07ec00ed8719798593ec0
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Thu Jan 8 16:37:01 2009 +0900

    calibre: An eBook management application
    
    This is meant to be a sort of one-stop shop for converting your eBooks
    between various popular eBook formats (one popular recent one being
    Sony's format used in the PRS505 and PRS700 e-Ink readers).
---
 qt4-apps/calibre/BUILD   |    8 ++++++++
 qt4-apps/calibre/DEPENDS |   11 +++++++++++
 qt4-apps/calibre/DETAILS |   16 ++++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/calibre/BUILD b/qt4-apps/calibre/BUILD
new file mode 100644
index 0000000..7f60132
--- /dev/null
+++ b/qt4-apps/calibre/BUILD
@@ -0,0 +1,8 @@
+(
+
+  . /etc/profile.d/qt4.rc &&
+  python ./setup.py build &&
+  prepare_install  &&
+  python ./setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/calibre/DEPENDS b/qt4-apps/calibre/DEPENDS
new file mode 100644
index 0000000..51345ec
--- /dev/null
+++ b/qt4-apps/calibre/DEPENDS
@@ -0,0 +1,11 @@
+depends setuptools    &&
+depends Imaging       &&
+depends libusb        &&
+depends PyQt4         &&
+depends mechanize     &&
+depends ImageMagick   &&
+depends xdg-utils     &&
+depends BeautifulSoup &&
+depends help2man      &&
+depends lxml          &&
+depends hal
diff --git a/qt4-apps/calibre/DETAILS b/qt4-apps/calibre/DETAILS
new file mode 100644
index 0000000..bf6535a
--- /dev/null
+++ b/qt4-apps/calibre/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=calibre
+         VERSION=0.4.126
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://calibre.kovidgoyal.net/downloads/
+      SOURCE_VFY=sha1:ed855067d25682403f6238d86338a6a3d9523f31
+        WEB_SITE=http://calibre.kovidgoyal.net/
+         ENTERED=20090108
+         UPDATED=20090108
+           SHORT="An eBook management application"
+
+cat << EOF
+Calibre is a e-book library management application. Calibre is meant to be a
+complete e-library solution and thus includes library management, format
+conversion, news feeds to ebook conversion as well as e-book reader sync
+features.
+EOF


More information about the Lunar-commits mailing list