mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +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:
@@ -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
|
||||
|
||||
@@ -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 <lucian.cristian@gmail.com>
|
||||
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
||||
|
||||
PKG_LICENSE:=LGPL-2.1
|
||||
PKG_LICENSE_FILES:=COPYING AUTHORS
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PKG_HASH:=9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitchensync.net> Ian Leonard <antonlacon@gmail.com>
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitchensync.net>, Ian Leonard <antonlacon@gmail.com>
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user