dovecot-plugin-pigeonhole: remove unneeded depends; add shlib; fix -devel deps.
This commit is contained in:
parent
d24cd86924
commit
b4933c0d64
|
@ -2221,3 +2221,4 @@ libcalligrastageprivate.so.14 calligra-stage-2.9.7_1
|
|||
libfts.so.0 musl-fts-1.2_2
|
||||
libgavl.so.1 gavl-1.40_1
|
||||
libmxml.so.1 mxml-2.9_1
|
||||
libdovecot-sieve.so.0 dovecot-plugin-pigeonhole-0.4.9_2
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=dovecot-plugin-pigeonhole
|
|||
# make sure this matches the current dovecot
|
||||
_dovecot_ver=2.2.19
|
||||
version=0.4.9
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="dovecot-2.2-pigeonhole-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr
|
||||
|
@ -13,6 +13,7 @@ configure_args="--prefix=/usr
|
|||
# Hack around dovecot-config for cross building.
|
||||
make_build_args="LIBDOVECOT_INCLUDE=-I${XBPS_CROSS_BASE}/usr/include/dovecot
|
||||
LIBS=-L${XBPS_CROSS_BASE}/usr/lib/dovecot"
|
||||
makedepends="dovecot-devel libressl-devel"
|
||||
short_desc="Sieve implementation for Dovecot"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="LGPL-2.1"
|
||||
|
@ -20,11 +21,8 @@ homepage="http://pigeonhole.dovecot.org"
|
|||
distfiles="${homepage}/releases/2.2/dovecot-2.2-pigeonhole-${version}.tar.gz"
|
||||
checksum=82892f876d26008a076973dfddf1cffaf5a0451825fd44e06287e94b89078649
|
||||
|
||||
depends="dovecot"
|
||||
makedepends="dovecot-devel libressl-devel"
|
||||
|
||||
dovecot-plugin-pigeonhole-devel_package() {
|
||||
depends="dovecot-plugin-pigeonhole>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include/dovecot
|
||||
|
|
Loading…
Reference in New Issue