mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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 <stephendwalker+github@gmail.com>
This commit is contained in:
@@ -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 <ansuelsmth@gmail.com>
|
||||
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user