# Description: Mailbox synchronizer # URL: http://isync.sourceforge.net/ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: cyrus-sasl name=mbsync version=1.4.4 release=1 source=(http://downloads.sourceforge.net/project/isync/isync/${version}/isync-${version}.tar.gz) build() { cd isync-${version} ./configure \ --prefix=/usr \ --mandir=/usr/man \ --disable-compat \ --with-ssl \ --with-sasl \ --with-zlib make make DESTDIR=${PKG} install rm -rf ${PKG}/usr/share/doc } # vim: set ft=sh ts=2 et: