From 891cfc866ebb69bc36ae4bd0e6eb17cffd66a5c3 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 3 Jul 2022 22:40:36 +0200 Subject: [PATCH] gnutls: cleanup Makefile - Add PKG_LICENSE_FILES - Use SPDX - Rearrange Signed-off-by: Nick Hainke --- libs/gnutls/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 1fe5915b0e..f23f47b89b 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -1,9 +1,7 @@ +# SPDX-Identifier-License: GPL-2.0-only # # Copyright (C) 2005-2016 OpenWrt.org # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# include $(TOPDIR)/rules.mk @@ -15,14 +13,16 @@ PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7 PKG_HASH:=e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f -PKG_FIXUP:=autoreconf gettext-version + PKG_MAINTAINER:=Nikos Mavrogiannopoulos PKG_LICENSE:=LGPL-2.1-or-later +PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:gnu:gnutls -PKG_INSTALL:=1 PKG_BUILD_DEPENDS:=gettext-full/host PKG_BUILD_PARALLEL:=1 +PKG_FIXUP:=autoreconf gettext-version +PKG_INSTALL:=1 PKG_LIBTOOL_PATHS:=. lib PKG_CONFIG_DEPENDS:= \ -- 2.30.2