mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lighttpd: Makefile polishing
- Correct SPDX License Identifier
- Move MAINTAINER, SUBMENU to more appropriate place
- Use HTTPS in URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit e06086c4c)
This commit is contained in:
@@ -15,7 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|||||||
PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
|
PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
|
||||||
PKG_HASH:=cf14cce2254a96d8fcb6d3181e1a3c29a8f832531c3e86ff6f2524ecda9a8721
|
PKG_HASH:=cf14cce2254a96d8fcb6d3181e1a3c29a8f832531c3e86ff6f2524ecda9a8721
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3c
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:lighttpd:lighttpd
|
PKG_CPE_ID:=cpe:/a:lighttpd:lighttpd
|
||||||
|
|
||||||
@@ -31,11 +32,10 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/lighttpd/Default
|
define Package/lighttpd/Default
|
||||||
SUBMENU:=Web Servers/Proxies
|
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
URL:=http://www.lighttpd.net/
|
SUBMENU:=Web Servers/Proxies
|
||||||
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
URL:=https://www.lighttpd.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lighttpd
|
define Package/lighttpd
|
||||||
|
|||||||
Reference in New Issue
Block a user