From b63a80921387208776df88b0a83526a80cce4174 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sat, 3 Jun 2017 15:12:37 -0400 Subject: [PATCH] packages: cleanup Makefile variables Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker --- kernel/mtd-rw/Makefile | 2 +- lang/lua-penlight/Makefile | 2 +- libs/libssh/Makefile | 2 +- libs/musl-fts/Makefile | 2 +- libs/opus/Makefile | 2 +- net/inadyn/Makefile | 2 +- net/netopeer2/Makefile | 6 +++--- net/shadowsocks-client/Makefile | 2 +- net/sipgrep/Makefile | 2 +- net/sngrep/Makefile | 2 +- net/socat/Makefile | 2 +- net/sysrepo/Makefile | 8 ++++---- sound/fdk-aac/Makefile | 2 +- sound/squeezelite/Makefile | 2 +- utils/cryptodev-linux/Makefile | 2 +- utils/flent-tools/Makefile | 2 +- utils/opensc/Makefile | 2 +- utils/openzwave/Makefile | 6 +++--- 18 files changed, 25 insertions(+), 25 deletions(-) diff --git a/kernel/mtd-rw/Makefile b/kernel/mtd-rw/Makefile index 7385df9b0..67f23af0a 100644 --- a/kernel/mtd-rw/Makefile +++ b/kernel/mtd-rw/Makefile @@ -18,7 +18,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=7e8562067d6a366c8cbaa8084396c33b7e12986b -PKG_MAINTAINER=Joseph C. Lehner +PKG_MAINTAINER:=Joseph C. Lehner PKG_LICENSE=GPL-2.0 PKG_LICENSE_FILES=LICENSE diff --git a/lang/lua-penlight/Makefile b/lang/lua-penlight/Makefile index de594ec12..f2ddb7ee5 100644 --- a/lang/lua-penlight/Makefile +++ b/lang/lua-penlight/Makefile @@ -26,7 +26,7 @@ define Package/lua-penlight TITLE:=Penlight URL:=http://stevedonovan.github.io/Penlight/api/manual/01-introduction.md.html DEPENDS:=+luafilesystem - MAINTAINER:= Karl Palsson + MAINTAINER:=Karl Palsson endef define Package/lua-penlight/description diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index d9ec6440d..3d5125476 100644 --- a/libs/libssh/Makefile +++ b/libs/libssh/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/libssh - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries URL:=$(PKG_SOURCE_URL) TITLE:=SSH library diff --git a/libs/musl-fts/Makefile b/libs/musl-fts/Makefile index d6dd1d1f1..00ef2223a 100644 --- a/libs/musl-fts/Makefile +++ b/libs/musl-fts/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://github.com/pullmoll/musl-fts.git PKG_SOURCE_VERSION:=0bde52df588e8969879a2cae51c3a4774ec62472 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MAINTAINER:= Lucian Cristian +PKG_MAINTAINER:=Lucian Cristian PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING AUTHORS diff --git a/libs/opus/Makefile b/libs/opus/Makefile index 4a6a452d9..4fac579cf 100644 --- a/libs/opus/Makefile +++ b/libs/opus/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Ted Hess Ian Leonard +PKG_MAINTAINER:=Ted Hess , Ian Leonard PKG_INSTALL:=1 diff --git a/net/inadyn/Makefile b/net/inadyn/Makefile index 792bb835e..100a3d105 100644 --- a/net/inadyn/Makefile +++ b/net/inadyn/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=https://github.com/troglobit/inadyn +PKG_SOURCE_URL:=https://github.com/troglobit/inadyn PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=3b9ae1c22f96194232cc86ded33af9e0a1602af2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz diff --git a/net/netopeer2/Makefile b/net/netopeer2/Makefile index 0fce4dcfd..62f4ec5a8 100644 --- a/net/netopeer2/Makefile +++ b/net/netopeer2/Makefile @@ -43,7 +43,7 @@ define Package/netopeer2-keystored/config endef define Package/netopeer2-server - SECTION:=util + SECTION:=utils CATEGORY:=Utilities TITLE:=NETCONF server URL:=$(PKG_SOURCE_URL) @@ -52,7 +52,7 @@ define Package/netopeer2-server endef define Package/netopeer2-cli - SECTION:=util + SECTION:=utils CATEGORY:=Utilities TITLE:=Netopeer2 cli tool URL:=$(PKG_SOURCE_URL) @@ -60,7 +60,7 @@ define Package/netopeer2-cli endef define Package/netopeer2-keystored - SECTION:=util + SECTION:=utils CATEGORY:=Utilities TITLE:=Netopeer2 key store management URL:=$(PKG_SOURCE_URL) diff --git a/net/shadowsocks-client/Makefile b/net/shadowsocks-client/Makefile index 3e8c9be24..22a29a4e4 100644 --- a/net/shadowsocks-client/Makefile +++ b/net/shadowsocks-client/Makefile @@ -9,7 +9,7 @@ PKG_SOURCE_URL:=https://github.com/zhao-gang/shadowsocks-tiny.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=b59d754f838213d60b908aed0b7d4d5a81f273e2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MAINTAINER:=Zhao, Gang +PKG_MAINTAINER:=Gang Zhao PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING diff --git a/net/sipgrep/Makefile b/net/sipgrep/Makefile index 272eefe93..da8e5fe8b 100644 --- a/net/sipgrep/Makefile +++ b/net/sipgrep/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=https://github.com/sipcapture/sipgrep +PKG_SOURCE_URL:=https://github.com/sipcapture/sipgrep PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=df8a95b066569be92aa38cad01086ea595b36863 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile index e1b2c9ad4..181b15353 100644 --- a/net/sngrep/Makefile +++ b/net/sngrep/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL=https://github.com/irontec/sngrep +PKG_SOURCE_URL:=https://github.com/irontec/sngrep PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=da791185cabeea5a6fcc7372157340b2d1369df7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz diff --git a/net/socat/Makefile b/net/socat/Makefile index 73886ed04..e27689929 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download PKG_HASH:=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251 -PKG_MAINTAINER:= Ted Hess +PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0 OpenSSL PKG_LICENSE_FILES:=COPYING COPYING.OpenSSL diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index 721b2052b..4eb8ba52b 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -32,7 +32,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/libsysrepo - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=YANG-based data store library @@ -40,7 +40,7 @@ define Package/libsysrepo endef define Package/sysrepo - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=YANG-based data store daemon and plugin @@ -48,7 +48,7 @@ define Package/sysrepo endef define Package/sysrepoctl - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=sysrepo cli tool @@ -56,7 +56,7 @@ define Package/sysrepoctl endef define Package/sysrepocfg - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=sysrepo configuration tool diff --git a/sound/fdk-aac/Makefile b/sound/fdk-aac/Makefile index f1b5af42f..893579374 100644 --- a/sound/fdk-aac/Makefile +++ b/sound/fdk-aac/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fdk-aac -PKG_VERSION=0.1.5 +PKG_VERSION:=0.1.5 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Engberg PKG_LICENSE:=Fraunhofer-FDK-AAC-for-Android diff --git a/sound/squeezelite/Makefile b/sound/squeezelite/Makefile index e3de6a952..6dc8341d5 100644 --- a/sound/squeezelite/Makefile +++ b/sound/squeezelite/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE=1 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE.txt -PKG_MAINTAINER:= Ted Hess +PKG_MAINTAINER:=Ted Hess PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ralph-irving/squeezelite.git diff --git a/utils/cryptodev-linux/Makefile b/utils/cryptodev-linux/Makefile index 88835f95a..f5814758b 100644 --- a/utils/cryptodev-linux/Makefile +++ b/utils/cryptodev-linux/Makefile @@ -19,7 +19,7 @@ PKG_MIRROR_HASH:=d2b49408682795a0e200c0e54a8605f72be4b11088e07b1cd4d48f6c1427b0f PKG_SOURCE_URL:=https://github.com/cryptodev-linux/cryptodev-linux.git PKG_SOURCE_VERSION:=87d959d9a279c055b361de8e730fab6a7144edd7 -PKG_MAINTAINER:=Ansuel Smith ansuelsmth@gmail.com +PKG_MAINTAINER:=Ansuel Smith PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) diff --git a/utils/flent-tools/Makefile b/utils/flent-tools/Makefile index b4ef0224c..7280ab261 100644 --- a/utils/flent-tools/Makefile +++ b/utils/flent-tools/Makefile @@ -21,7 +21,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk define Package/flent-tools - SECTION:=util + SECTION:=utils CATEGORY:=Utilities TITLE:=Helper programs for the Flent test tool URL:=https://flent.org diff --git a/utils/opensc/Makefile b/utils/opensc/Makefile index 4687ac848..e31440b98 100644 --- a/utils/opensc/Makefile +++ b/utils/opensc/Makefile @@ -92,7 +92,7 @@ define ProfileGen define Package/libopensc-profile-$(subst _,-,$(firstword $(subst :, ,$(1)))) TITLE:=$(firstword $(subst :, ,$(1))) card profile for opensc URL:=https://github.com/OpenSC/OpenSC/wiki - SECTION:=lib + SECTION:=libs CATEGORY:=Libraries DEPENDS:=libopensc endef diff --git a/utils/openzwave/Makefile b/utils/openzwave/Makefile index d5e13e51b..28125a4ee 100644 --- a/utils/openzwave/Makefile +++ b/utils/openzwave/Makefile @@ -33,14 +33,14 @@ endef define Package/libopenzwave $(call Package/openzwave/default) - SECTION:=Libs + SECTION:=libs CATEGORY:=Libraries TITLE:=Open-ZWave Library endef define Package/openzwave $(call Package/openzwave/default) - SECTION:=Utils + SECTION:=utils CATEGORY:=Utilities TITLE:=Open-ZWave MinOZW test utility DEPENDS:=+libopenzwave +openzwave-config @@ -48,7 +48,7 @@ endef define Package/openzwave-config $(call Package/openzwave/default) - SECTION:=Utils + SECTION:=utils CATEGORY:=Utilities TITLE:=Open-ZWave Device Configs endef