mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/xapian/xapian.mk
Normal file
15
package/xapian/xapian.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapian
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPIAN_VERSION = 1.4.12
|
||||
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_INSTALL_STAGING = YES
|
||||
XAPIAN_DEPENDENCIES = zlib
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user