2018-07-04 11:15:07 -04:00
|
|
|
# Name of the packaged application.
|
2018-07-09 15:09:57 -04:00
|
|
|
QPKG_NAME="filebot"
|
2018-07-04 11:15:07 -04:00
|
|
|
|
|
|
|
# Name of the display application.
|
|
|
|
QPKG_DISPLAY_NAME="@{application.name}"
|
|
|
|
|
|
|
|
# Version of the packaged application.
|
|
|
|
QPKG_VER="@{application.version}"
|
|
|
|
|
|
|
|
# Author or maintainer of the package
|
2018-07-04 12:51:08 -04:00
|
|
|
QPKG_AUTHOR="@{package.project}"
|
2018-07-04 11:15:07 -04:00
|
|
|
|
|
|
|
# One-line description of the packaged application
|
|
|
|
QPKG_SUMMARY="@{package.description}"
|
|
|
|
|
|
|
|
# Preferred number in start/stop sequence.
|
|
|
|
QPKG_RC_NUM="452"
|
|
|
|
|
|
|
|
# Init-script used to control the start and stop of the installed application.
|
2018-07-10 01:47:45 -04:00
|
|
|
QPKG_SERVICE_PROGRAM="filebot-service.sh"
|
2018-07-04 11:15:07 -04:00
|
|
|
|
|
|
|
# Minimum QTS version requirement
|
|
|
|
QTS_MINI_VERSION="4.1.0"
|