From abe14b34f4239ce84fb946d44a9384594d657502 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 10:31:55 +0100 Subject: [PATCH] xapian-core: remove long_desc. --- srcpkgs/xapian-core/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xapian-core/template b/srcpkgs/xapian-core/template index c12e4be7310..28a3b251937 100644 --- a/srcpkgs/xapian-core/template +++ b/srcpkgs/xapian-core/template @@ -1,7 +1,7 @@ # Template file for 'xapian-core' pkgname=xapian-core version=1.2.15 -revision=1 +revision=2 build_style=gnu-configure makedepends="zlib-devel libuuid-devel" configure_args="--disable-static" @@ -11,10 +11,6 @@ homepage="http://www.xapian.org/" license="GPL-2" distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.gz" checksum=cde4f5d1b111b66643fa41c11b9e5962bff7ce7244ca34cbbcbd2d2caa0c4df0 -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 @@ -28,6 +24,7 @@ xapian-core-devel_package() { 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 } @@ -36,6 +33,6 @@ xapian-core-devel_package() { libxapian_package() { short_desc+=" - runtime library" pkg_install() { - vmove "usr/lib/*.so*" + vmove "usr/lib/*.so.*" } }