38 lines
969 B
Text
38 lines
969 B
Text
# Template file for 'xapian-core'
|
|
pkgname=xapian-core
|
|
version=1.2.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel libuuid-devel"
|
|
configure_args="--disable-static"
|
|
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.xz"
|
|
checksum=4a78260388ff1b042f0ab5d18afdd524a530ae609690d0339990ddc147a54785
|
|
|
|
# xapian-config needs the .la
|
|
keep_libtool_archives=yes
|
|
|
|
xapian-core-devel_package() {
|
|
depends="libxapian>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share/doc
|
|
vmove usr/share/aclocal
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.la"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/bin/xapian-config
|
|
vmove usr/share/man/man1/xapian-config.1
|
|
}
|
|
}
|
|
|
|
libxapian_package() {
|
|
short_desc+=" - runtime library"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so.*"
|
|
}
|
|
}
|