-
Notifications
You must be signed in to change notification settings - Fork 2
/
qpkg.cfg
75 lines (68 loc) · 2.55 KB
/
qpkg.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Name of the packaged application.
QPKG_NAME="PlexConnect"
# Version of the packaged application.
QPKG_VER="0.1"
# Author or maintainer of the package
QPKG_AUTHOR="[email protected]"
# License for the packaged application
QPKG_LICENSE="MIT"
# One-line description of the packaged application
QPKG_SUMMARY="Plex @ aTV - think different..."
# Preferred number in start/stop sequence.
#QPKG_RC_NUM="201"
# Init-script used to control the start and stop of the installed application.
QPKG_SERVICE_PROGRAM="plexconnect.sh"
# Specifies any packages required for the current package to operate.
QPKG_REQUIRE="Optware | opkg, OPT/python27 | Python >= 2.7, Git | OPT/git, OPT/openssl, PlexMediaServer"
# Specifies what packages cannot be installed if the current package
# is to operate properly.
#QPKG_CONFLICT="Python, OPT/sed"
# Name of configuration file (multiple definitions are allowed).
QPKG_CONFIG="web/settings.cfg"
# Port number used by service program.
#QPKG_SERVICE_PORT=""
# Location of file with running service's PID
#QPKG_SERVICE_PIDFILE=""
# Relative path to web interface
QPKG_WEBUI="/PlexConnect"
# Port number for the web interface.
#QPKG_WEB_PORT=""
# Port number for the ssl web interface.
#QPKG_WEB_SSL_PORT=""
#Desktop Application (since 4.1)
# Optional. 1 means to open the QPKG's Web UI on QTS desktop.
QPKG_DESKTOP_APP="1"
# Desktop Application Window default inner width (since 4.1) (not over 1178)
QPKG_DESKTOP_APP_WIN_WIDTH="640"
# Desktop Application Window default inner width (since 4.1) (not over 600)
QPKG_DESKTOP_APP_WIN_HEIGHT="256"
# Minimum QTS version
QTS_MINI_VERSION="4.1.0"
# Select volume
# 1: support installation
# 2: support migration
# 3 (1+2): support both installation and migration
#QPKG_VOLUME_SELECT="0"
# Location of the chroot environment (only TS-x09)
#QPKG_ROOTFS=""
# Init-script used to controls the start and stop of the
# installed application (only TS-x09)
#QPKG_SERVICE_PROGRAM_CHROOT=""
# Location of icons for the packaged application.
#QDK_DATA_DIR_ICONS="icons"
# Location of files specific to arm-x09 packages.
#QDK_DATA_DIR_X09="arm-x09"
# Location of files specific to arm-x19 packages.
#QDK_DATA_DIR_X19="arm-x19"
# Location of files specific to x86 packages.
#QDK_DATA_DIR_X86="x86"
# Location of files specific to x86 (64-bit) packages.
#QDK_DATA_DIR_X86_64="x86_64"
# Location of files common to all architectures.
#QDK_DATA_DIR_SHARED="shared"
# Location of configuration files.
#QDK_DATA_DIR_CONFIG="config"
# Name of local data package.
#QDK_DATA_FILE=""
# Name of extra package (multiple definitions are allowed).
#QDK_EXTRA_FILE=""