mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-14 13:25:10 -05:00
24 lines
613 B
INI
24 lines
613 B
INI
# Name of the packaged application.
|
|
QPKG_NAME="filebot"
|
|
|
|
# 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
|
|
QPKG_AUTHOR="@{package.project}"
|
|
|
|
# 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.
|
|
QPKG_SERVICE_PROGRAM="filebot-service.sh"
|
|
|
|
# Minimum QTS version requirement
|
|
QTS_MINI_VERSION="4.1.0"
|