kumquat-buildroot/package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk
Fabrice Fontaine 8017840f04 package/x11r7/xlib_libXxf86dga: add CPE variables
cpe:2.3🅰️x:libxxf86dga is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-05-15 13:32:55 +02:00

19 lines
716 B
Makefile

################################################################################
#
# xlib_libXxf86dga
#
################################################################################
XLIB_LIBXXF86DGA_VERSION = 1.1.5
XLIB_LIBXXF86DGA_SOURCE = libXxf86dga-$(XLIB_LIBXXF86DGA_VERSION).tar.bz2
XLIB_LIBXXF86DGA_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXXF86DGA_LICENSE = MIT
XLIB_LIBXXF86DGA_LICENSE_FILES = COPYING
XLIB_LIBXXF86DGA_CPE_ID_VENDOR = x
XLIB_LIBXXF86DGA_CPE_ID_PRODUCT = libxxf86dga
XLIB_LIBXXF86DGA_INSTALL_STAGING = YES
XLIB_LIBXXF86DGA_DEPENDENCIES = xlib_libX11 xlib_libXext xorgproto
XLIB_LIBXXF86DGA_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))