# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME:= dovecot PKG_VERSION:= 1.0.1 PKG_RELEASE:= 1 PKG_MD5SUM:= 0878f744382417fce09d83f5b1c14030 MASTER_SITES:= http://www.dovecot.org/releases/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,DOVECOT,dovecot,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= ignore_signed_size=1 \ signed_size_t=no \ gmtime_max_time_t=32 \ fd_passing=yes \ lib_cv_va_copy=yes \ lib_cv___va_copy=yes \ lib_cv_va_val_copy=yes \ mmap_plays_with_write=yes CONFIGURE_ARGS+= --with-notify=none \ --without-gssapi \ --without-pam \ --without-ssl \ --with-moduledir=/usr/lib/dovecot/modules BUILD_STYLE:= auto INSTALL_STYLE:= auto post-install: cd ${WRKINST} && ${PCP} etc/*.conf usr/lib/dovecot usr/sbin/dovecot* \ ${IDIR_DOVECOT}/ include ${TOPDIR}/mk/pkg-bottom.mk