diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-03 22:40:36 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-07-04 12:51:59 +0200 |
commit | 891cfc866ebb69bc36ae4bd0e6eb17cffd66a5c3 (patch) | |
tree | baf0d0de0b33e03981dd24955c2e5a9c3fb11507 /libs/gnutls | |
parent | 056a00edb6881d6f6ecf37de7713b039f1a7a4d1 (diff) |
gnutls: cleanup Makefile
- Add PKG_LICENSE_FILES
- Use SPDX
- Rearrange
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 1fe5915b0..f23f47b89 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 <nmav@gnutls.org> 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:= \ |