-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqpkg_arm_x09.cfg
More file actions
47 lines (46 loc) · 1.4 KB
/
Copy pathqpkg_arm_x09.cfg
File metadata and controls
47 lines (46 loc) · 1.4 KB
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
#!/bin/sh
#================================================================
# Copyright (C) 2010 QNAP Systems, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#----------------------------------------------------------------
#
# qpkg.cfg
#
# Abstract:
# A QPKG configuration file for
# Python v2.7
#
# HISTORY:
# 2010/11/05 - Created - AndyChuo (zeonism at gmail dot come)
#
#================================================================
QPKG_AUTHOR="zEOn"
QPKG_SOURCE_DIR="."
QPKG_QPKG_FILE="Python.qpkg"
QPKG_SOURCE_FILE="Python.tgz"
QPKG_NAME="Python"
QPKG_VER="2.7-1"
QPKG_RC_NUM="210" #for rcS and rcK
#QPKG_WEB_PORT=""
#QPKG_SERVICE_PORT=""
QPKG_WEBUI="" #Relative path URL of your QPKG web interface
QPKG_INSTALL_PATH=""
QPKG_CONFIG_PATH=""
QPKG_DIR=""
QPKG_DIR_LINK_NAME=""
QPKG_SERVICE_PROGRAM="python.sh"
QPKG_SERVICE_PROGRAM_CHROOT=""
QPKG_SERVICE_PIDFILE=""
QPKG_CONFIG_DIR=$QPKG_CONFIG_PATH # will be removed
QPKG_ROOTFS=""
QPKG_INSTALL_MSG=""
QPKG_BASE=""