Skip to content
Snippets Groups Projects
Verified Commit 338e21fe authored by Mira Ressel's avatar Mira Ressel
Browse files

user/isync: New package

parent 8b45e214
No related branches found
No related tags found
1 merge request!200user/isync: New package
# Contributor: Luis Ressel <aranea@aixah.de>
# Maintainer: Luis Ressel <aranea@aixah.de>
pkgname=isync
pkgver=1.3.0
pkgrel=0
pkgdesc="IMAP and MailDir mailbox synchronizer"
url="http://isync.sourceforge.net/"
arch="all"
license="GPL-2.0+"
options="!check" # No test suite
depends=""
makedepends="db-dev cyrus-sasl-dev openssl-dev zlib-dev"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/isync/$pkgname-$pkgver.tar.gz"
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="b5186f2afe97cab58ce55d3ec19ae7371676ae614448614a9e3e02d09662c34b74e559f0926661fa0300ab22dab9e2e9089b78ee38b94141ff3f8b4d75578ffa isync-1.3.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment