mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
Merge pull request #2195 from jprjr/add-dovecot-devel
Add dovecot-devel subpackage
This commit is contained in:
commit
d187145bc4
2 changed files with 13 additions and 5 deletions
1
srcpkgs/dovecot-devel
Symbolic link
1
srcpkgs/dovecot-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
dovecot
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.18
|
version=2.2.18
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
--disable-static --with-pam --with-mysql --with-pgsql
|
--disable-static --with-pam --with-mysql --with-pgsql
|
||||||
|
@ -88,13 +88,20 @@ post_install() {
|
||||||
vinstall doc/mkcert.sh 755 usr/bin dovecot-mkcert.sh
|
vinstall doc/mkcert.sh 755 usr/bin dovecot-mkcert.sh
|
||||||
rm ${DESTDIR}/etc/dovecot/README
|
rm ${DESTDIR}/etc/dovecot/README
|
||||||
|
|
||||||
# Remove development stuff.
|
|
||||||
rm -rf ${DESTDIR}/usr/include
|
|
||||||
rm -rf ${DESTDIR}/usr/share/aclocal
|
|
||||||
|
|
||||||
vsv dovecot
|
vsv dovecot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dovecot-devel_package() {
|
||||||
|
depends="dovecot>=${version}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/share/aclocal
|
||||||
|
vmove usr/lib/dovecot/dovecot-config
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
dovecot-plugin-ldap_package() {
|
dovecot-plugin-ldap_package() {
|
||||||
depends="dovecot>=${version}"
|
depends="dovecot>=${version}"
|
||||||
short_desc+=" - LDAP plugin"
|
short_desc+=" - LDAP plugin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue