dovecot: switch to /usr.

This commit is contained in:
Juan RP 2012-07-10 09:20:28 +02:00
parent 62e20adead
commit 0a304de32d

View file

@ -1,13 +1,13 @@
# Template file for 'dovecot'
pkgname=dovecot
version=2.1.8
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
--with-solr --with-docs --with-systemdsystemunitdir=/lib/systemd/system"
--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system"
depends="openssl>=0"
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel
sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"