mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
xapian-core: update to 1.2.19
This commit is contained in:
parent
50a2483da6
commit
6ed9fd8f9a
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xapian-core'
|
# Template file for 'xapian-core'
|
||||||
pkgname=xapian-core
|
pkgname=xapian-core
|
||||||
version=1.2.15
|
version=1.2.19
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel libuuid-devel"
|
makedepends="zlib-devel libuuid-devel"
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -9,14 +9,14 @@ 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.xz"
|
||||||
checksum=cde4f5d1b111b66643fa41c11b9e5962bff7ce7244ca34cbbcbd2d2caa0c4df0
|
checksum=4a78260388ff1b042f0ab5d18afdd524a530ae609690d0339990ddc147a54785
|
||||||
|
|
||||||
# xapian-config needs the .la
|
# xapian-config needs the .la
|
||||||
keep_libtool_archives=yes
|
keep_libtool_archives=yes
|
||||||
|
|
||||||
xapian-core-devel_package() {
|
xapian-core-devel_package() {
|
||||||
depends="libxapian>=${version}"
|
depends="libxapian>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue