kumquat-buildroot/package/xapian/xapian.mk
Fabrice Fontaine 62ac423ece package/xapian: add CPE variables
cpe:2.3🅰️xapian:xapian-core is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-01-28 17:43:10 +01:00

18 lines
525 B
Makefile

################################################################################
#
# xapian
#
################################################################################
XAPIAN_VERSION = 1.4.17
XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
XAPIAN_LICENSE = GPL-2.0+
XAPIAN_LICENSE_FILES = COPYING
XAPIAN_CPE_ID_VENDOR = xapian
XAPIAN_CPE_ID_PRODUCT = xapian-core
XAPIAN_INSTALL_STAGING = YES
XAPIAN_DEPENDENCIES = zlib
$(eval $(autotools-package))