kumquat-buildroot/package/libvorbis/libvorbis.mk
Fabrice Fontaine 24b1b6489b package/libvorbis: add LIBVORBIS_CPE_ID_VENDOR
cpe:2.3🅰️xiph.org:libvorbis is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Axiph.org%3Alibvorbis

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-03-04 08:06:50 +01:00

18 lines
571 B
Makefile

################################################################################
#
# libvorbis
#
################################################################################
LIBVORBIS_VERSION = 1.3.7
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.xz
LIBVORBIS_SITE = https://downloads.xiph.org/releases/vorbis
LIBVORBIS_INSTALL_STAGING = YES
LIBVORBIS_CONF_OPTS = --disable-oggtest
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
LIBVORBIS_LICENSE = BSD-3-Clause
LIBVORBIS_LICENSE_FILES = COPYING
LIBVORBIS_CPE_ID_VENDOR = xiph.org
$(eval $(autotools-package))