kumquat-buildroot/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
Fabrice Fontaine d3a25a98d4 package/x11r7/xlib_libXcursor: add CPE variables
cpe:2.3🅰️x:libxcursor 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%3Alibxcursor

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:46 +02:00

22 lines
812 B
Makefile

################################################################################
#
# xlib_libXcursor
#
################################################################################
XLIB_LIBXCURSOR_VERSION = 1.2.0
XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.bz2
XLIB_LIBXCURSOR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCURSOR_LICENSE = MIT
XLIB_LIBXCURSOR_LICENSE_FILES = COPYING
XLIB_LIBXCURSOR_INSTALL_STAGING = YES
XLIB_LIBXCURSOR_CPE_ID_VENDOR = x
XLIB_LIBXCURSOR_CPE_ID_PRODUCT = libxcursor
XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xorgproto
HOST_XLIB_LIBXCURSOR_DEPENDENCIES = \
host-xlib_libX11 host-xlib_libXfixes host-xlib_libXrender \
host-xorgproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))