xapian-core: update to 1.2.15.
This commit is contained in:
parent
e92472d213
commit
5b4c2648f7
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'xapian-core'
|
# Template file for 'xapian-core'
|
||||||
pkgname=xapian-core
|
pkgname=xapian-core
|
||||||
version=1.2.12
|
version=1.2.15
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libuuid-devel"
|
makedepends="zlib-devel libuuid-devel"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Open source search engine"
|
short_desc="Open source search engine"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.xapian.org/"
|
homepage="http://www.xapian.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d5d34dd11df4cc44380e68b3737d1413fb4706115c4bdd63ef5e30afbc1c86df
|
checksum=cde4f5d1b111b66643fa41c11b9e5962bff7ce7244ca34cbbcbd2d2caa0c4df0
|
||||||
long_desc="
|
long_desc="
|
||||||
Xapian is an Open Source Search Engine Library, released under the GPL. It's
|
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,
|
written in C++, with bindings to allow use from Perl, Python, PHP, Java, Tcl,
|
||||||
|
@ -21,7 +21,7 @@ keep_libtool_archives=yes
|
||||||
|
|
||||||
xapian-core-devel_package() {
|
xapian-core-devel_package() {
|
||||||
depends="libxapian>=${version}"
|
depends="libxapian>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
|
@ -34,7 +34,7 @@ xapian-core-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libxapian_package() {
|
libxapian_package() {
|
||||||
short_desc="${short_desc} -- runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue