* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
18 lines
525 B
Makefile
18 lines
525 B
Makefile
################################################################################
|
|
#
|
|
# xapian
|
|
#
|
|
################################################################################
|
|
|
|
XAPIAN_VERSION = 1.4.18
|
|
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))
|