void-packages/srcpkgs/dovecot-plugin-pigeonhole/template

30 lines
991 B
Bash
Raw Normal View History

# Template file for 'dovecot-plugin-pigeonhole'
2015-08-06 22:24:48 +02:00
pkgname=dovecot-plugin-pigeonhole
version=0.4.12
revision=1
2015-08-06 22:24:48 +02:00
wrksrc="dovecot-2.2-pigeonhole-${version}"
build_style=gnu-configure
configure_args="--prefix=/usr
--with-dovecot=${XBPS_CROSS_BASE}/usr/lib/dovecot
--with-moduledir=/usr/lib/dovecot/modules
--disable-static"
# 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"
2015-08-06 22:24:48 +02:00
short_desc="Sieve implementation for Dovecot"
maintainer="John Regan <john@jrjrtech.com>"
license="LGPL-2.1"
homepage="http://pigeonhole.dovecot.org"
distfiles="${homepage}/releases/2.2/${wrksrc}.tar.gz"
checksum=98a2fd79b0d9effd08c0caf04d483b1caa5e4503dae811e6d436948557bfb702
2015-08-06 22:24:48 +02:00
dovecot-plugin-pigeonhole-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
2015-08-06 22:24:48 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include/dovecot
}
}