From 518dc56145c405f234e6c866894addc2642cdc06 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 27 Jan 2019 17:38:20 +0100 Subject: [PATCH] packages: Harmonize indent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse --- src/packages/fff/alfred-json/Makefile | 6 +++--- src/packages/fff/fff-alfred-monitoring-proxy/Makefile | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile index dfca763..f600a2a 100644 --- a/src/packages/fff/alfred-json/Makefile +++ b/src/packages/fff/alfred-json/Makefile @@ -16,14 +16,14 @@ include $(INCLUDE_DIR)/cmake.mk define Package/alfred-json SECTION:=utils CATEGORY:=Utilities - TITLE:= A.L.F.R.E.D - JSON Client + TITLE:=A.L.F.R.E.D - JSON Client URL:=https://github.com/FreifunkFranken/alfred-json DEPENDS:=+jansson +zlib endef define Package/alfred-json/install - $(INSTALL_DIR) $(1)/bin/ - $(CP) $(PKG_INSTALL_DIR)/usr/bin/alfred-json $(1)/bin/ + $(INSTALL_DIR) $(1)/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/alfred-json $(1)/bin/ endef $(eval $(call BuildPackage,alfred-json)) diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile index 424dd58..3759344 100644 --- a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile +++ b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile @@ -11,14 +11,15 @@ include $(INCLUDE_DIR)/package.mk define Package/fff-alfred-monitoring-proxy SECTION:=base CATEGORY:=Freifunk - TITLE:= Freifunk-Franken Alfred-Monitoring-Proxy + TITLE:=Freifunk-Franken Alfred-Monitoring-Proxy URL:=https://www.freifunk-franken.de/ DEPENDS:=+micrond +fff-random +curl +alfred-json +fff-nodewatcher endef define Package/fff-alfred-monitoring-proxy/description - The Alfred-Monitoring-Proxy is used - to send node status information to https://monitoring.freifunk-franken.de/ + The Alfred-Monitoring-Proxy is used + to send node status information to + https://monitoring.freifunk-franken.de/ endef define Build/Prepare