2014-03-31 16:32:46 +00:00
|
|
|
# Calibre Auto Updater Configfile
|
|
|
|
# Copyright (C) 2013-2014 Leon Gaultier
|
|
|
|
#
|
|
|
|
|
|
|
|
# Calibre Download Seite URL.
|
2014-04-15 04:22:11 +00:00
|
|
|
CALIBRE_DOWNLOAD_PAGE=http://calibre-ebook.com/download_linux
|
|
|
|
# Installationsor von Calibre.
|
|
|
|
CALIBRE_INSTALL_LOCATION=_-CALIBRE_INSTALL_LOCATION-_
|
|
|
|
# die Download URL
|
2014-03-31 16:32:46 +00:00
|
|
|
DOWNLOAD_URL=https://github.com/kovidgoyal/calibre/raw/master/setup/linux-installer.py
|
|
|
|
|
|
|
|
# Variablen für den Verfügbarkeitscheck
|
|
|
|
# Calibre Hauptseite und Downloadseite
|
|
|
|
CHECK_CALIBRE_DOWNLOAD_PAGE=http://calibre-ebook.com
|
|
|
|
CHECK_DOWNLOAD_URL=https://github.com
|
|
|
|
|
|
|
|
# externe Programme welche benötigt werden
|
|
|
|
CURL=/usr/bin/curl
|
|
|
|
NOTIFY=/usr/bin/notify-send
|
|
|
|
AWK=/usr/bin/awk
|
|
|
|
|
2014-04-08 04:49:28 +00:00
|
|
|
# Installationsfade in der Verzeichnishierarchie
|
2014-04-14 12:36:17 +00:00
|
|
|
INC=_-INC-_
|
|
|
|
BIN=_-BIN-_
|
2014-04-08 04:49:28 +00:00
|
|
|
|