Funktionen in Headerfiles ausgelagert

This commit is contained in:
Leon Gaultier
2014-03-31 18:32:46 +02:00
parent e711220d21
commit 2b4aaedd58
4 changed files with 177 additions and 151 deletions

21
calibre-autoupdate.conf Normal file
View File

@@ -0,0 +1,21 @@
# Calibre Auto Updater Configfile
# Copyright (C) 2013-2014 Leon Gaultier
#
# Calibre Download Seite URL.
export CALIBRE_DOWNLOAD_PAGE=http://calibre-ebook.com/download_linux
# The location of the installed application.
export CALIBRE_INSTALL_LOCATION=/opt
# The download URL
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