# Template file for 'xapian-core' pkgname=xapian-core version=1.4.1 revision=2 build_style=gnu-configure configure_args="--disable-static" makedepends="zlib-devel libuuid-devel" short_desc="Open source search engine" maintainer="Juan RP " homepage="http://www.xapian.org/" license="GPL-2" # distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz" distfiles="http://ftp.osuosl.org/pub/blfs/conglomeration/xapian/${pkgname}-${version}.tar.xz" checksum=c5f2534de73c067ac19eed6d6bec65b7b2c1be00131c8867da9e1dfa8bce70eb # 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/pkgconfig 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.* } }