# Maintainer: Jesus E. pkgname=isync pkgver=1.4.4 pkgrel=1 pkgdesc="IMAP and MailDir mailbox synchronizer" arch=('i686' 'x86_64') url='https://isync.sourceforge.io/' license=('GPL-2') depends=('libsasl' 'zlib' 'db') makedepends=('gettext-tiny') source=("https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz") sha512sums=('b769f474f2296764cabaae7e2b23e47c22714fca5919e9f1c916ed70b18c71c0bc9301fff0f64434f4f0ae28c9d16216e72556b48014ec94d1b7646de7183011') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname" }