From e7e257a5dd7a66e0458d607956eb1689eebb970b Mon Sep 17 00:00:00 2001 From: jc Date: Fri, 5 Aug 2016 21:13:54 +0200 Subject: [PATCH] syncthing: comply to addon template --- packages/addons/service/syncthing/package.mk | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/addons/service/syncthing/package.mk b/packages/addons/service/syncthing/package.mk index ecf62d633a..3f55ef6864 100644 --- a/packages/addons/service/syncthing/package.mk +++ b/packages/addons/service/syncthing/package.mk @@ -26,17 +26,15 @@ PKG_URL="https://github.com/syncthing/syncthing/archive/v${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain go:host" PKG_PRIORITY="optional" PKG_SECTION="service/system" - -PKG_SHORTDESC="Open Source Continuous File Synchronization" -PKG_LONGDESC="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet." -PKG_MAINTAINER="Anton Voyl (awiouy at gmail dot com)" -PKG_ADDON_REPOVERSION="8.0" +PKG_SHORTDESC="Syncthing: open source continuous file synchronization" +PKG_LONGDESC="Syncthing ($PKG_VERSION) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet." +PKG_AUTORECONF="no" PKG_IS_ADDON="yes" PKG_ADDON_NAME="Syncthing" PKG_ADDON_TYPE="xbmc.service" -PKG_ADDON_PROVIDES="" -PKG_AUTORECONF="no" +PKG_ADDON_REPOVERSION="8.0" +PKG_MAINTAINER="Anton Voyl (awiouy)" configure_target() {