New package: xapian-core-1.2.12.
This commit is contained in:
parent
0bbf612997
commit
e476455ba4
8 changed files with 62 additions and 0 deletions
|
@ -1046,3 +1046,4 @@ libgnomekbd.so.8 libgnomekbd-3.6.0_1
|
||||||
libgnomekbdui.so.8 libgnomekbd-3.6.0_1
|
libgnomekbdui.so.8 libgnomekbd-3.6.0_1
|
||||||
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
libibus-1.0.so.5 ibus-1.4.99.20120917_1
|
||||||
libgnome-bluetooth.so.11 gnome-bluetooth-3.6.0_1
|
libgnome-bluetooth.so.11 gnome-bluetooth-3.6.0_1
|
||||||
|
libxapian.so.22 libxapian-1.2.12_1
|
||||||
|
|
1
srcpkgs/libxapian
Symbolic link
1
srcpkgs/libxapian
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
xapian-core
|
1
srcpkgs/xapian-core-devel
Symbolic link
1
srcpkgs/xapian-core-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
xapian-core
|
6
srcpkgs/xapian-core/libxapian.rshlibs
Normal file
6
srcpkgs/xapian-core/libxapian.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
libz.so.1
|
||||||
|
libuuid.so.1
|
||||||
|
libstdc++.so.6
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
||||||
|
libgcc_s.so.1
|
10
srcpkgs/xapian-core/libxapian.template
Normal file
10
srcpkgs/xapian-core/libxapian.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'libxapian'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} -- runtime library"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the runtime libraries."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
}
|
20
srcpkgs/xapian-core/template
Normal file
20
srcpkgs/xapian-core/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'xapian-core'
|
||||||
|
pkgname=xapian-core
|
||||||
|
version=1.2.12
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
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
|
18
srcpkgs/xapian-core/xapian-core-devel.template
Normal file
18
srcpkgs/xapian-core/xapian-core-devel.template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'xapian-core-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="libxapian>=${version}"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/share/doc usr/share
|
||||||
|
vmove usr/share/aclocal usr/share
|
||||||
|
vmove usr/lib/cmake usr/lib
|
||||||
|
vmove "usr/lib/*.la" usr/lib
|
||||||
|
vmove usr/bin/xapian-config usr/bin
|
||||||
|
vmove usr/share/man/man1/xapian-config.1 usr/share/man/man1
|
||||||
|
}
|
5
srcpkgs/xapian-core/xapian-core.rshlibs
Normal file
5
srcpkgs/xapian-core/xapian-core.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
libxapian.so.22
|
||||||
|
libstdc++.so.6
|
||||||
|
libgcc_s.so.1
|
||||||
|
libc.so.6
|
||||||
|
libm.so.6
|
Loading…
Add table
Add a link
Reference in a new issue