21 lines
751 B
Text
21 lines
751 B
Text
# Template file for 'xapian-core'
|
|
pkgname=xapian-core
|
|
version=1.2.12
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libuuid-devel"
|
|
configure_args="--disable-static"
|
|
subpackages="${pkgname}-devel libxapian"
|
|
short_desc="Open source search engine"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.xapian.org/"
|
|
license="GPL-2"
|
|
distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=d5d34dd11df4cc44380e68b3737d1413fb4706115c4bdd63ef5e30afbc1c86df
|
|
long_desc="
|
|
Xapian is an Open Source Search Engine Library, released under the GPL. It's
|
|
written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl,
|
|
C#, Ruby and Lua (so far!)."
|
|
|
|
# xapian-config needs the .la
|
|
keep_libtool_archives=yes
|