Browse Source

wget: add cpe-id

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec 5 years ago
parent
commit
96e4c7194c
No known key found for this signature in database GPG Key ID: 60244CCEFB39E584
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/wget/Makefile

+ 2
- 0
net/wget/Makefile View File

@ -18,6 +18,8 @@ PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:gnu:wget
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save