From 0c14cdd74a6a27aaa659ea85b403517fc3aaa741 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 25 Jul 2018 15:41:39 +0700 Subject: [PATCH] QPKG_LICENSE="Commercial" --- installer/qpkg/qpkg.cfg | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/installer/qpkg/qpkg.cfg b/installer/qpkg/qpkg.cfg index e347630c..cedbfd0c 100644 --- a/installer/qpkg/qpkg.cfg +++ b/installer/qpkg/qpkg.cfg @@ -1,23 +1,9 @@ -# Name of the packaged application. -QPKG_NAME="filebot" - -# Name of the display application. +QPKG_NAME="@{package.name}" 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_LICENSE="Commercial" 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"