mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
d56054b6e9
cpe:2.3🅰️freedesktop:libbsd is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Afreedesktop%3Alibbsd Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
523 B
Makefile
17 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# libbsd
|
|
#
|
|
################################################################################
|
|
|
|
LIBBSD_VERSION = 0.10.0
|
|
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
|
LIBBSD_SITE = https://libbsd.freedesktop.org/releases
|
|
LIBBSD_LICENSE = BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, BSD-5-Clause, \
|
|
MIT, ISC, Beerware
|
|
LIBBSD_LICENSE_FILES = COPYING
|
|
LIBBSD_CPE_ID_VENDOR = freedesktop
|
|
LIBBSD_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|