From f350de5032f5fe93d3a429be90a75fe0a9a80dd7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Dec 2019 14:34:51 +0300 Subject: isync: added to community --- community/isync/build | 5 +++++ community/isync/checksums | 1 + community/isync/depends | 2 ++ community/isync/sources | 1 + community/isync/version | 1 + 5 files changed, 10 insertions(+) create mode 100755 community/isync/build create mode 100644 community/isync/checksums create mode 100644 community/isync/depends create mode 100644 community/isync/sources create mode 100644 community/isync/version (limited to 'community') diff --git a/community/isync/build b/community/isync/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/community/isync/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/community/isync/checksums b/community/isync/checksums new file mode 100644 index 00000000..24fe01fa --- /dev/null +++ b/community/isync/checksums @@ -0,0 +1 @@ +68cb4643d58152097f01c9b3abead7d7d4c9563183d72f3c2a31d22bc168f0ea isync-1.3.1.tar.gz diff --git a/community/isync/depends b/community/isync/depends new file mode 100644 index 00000000..1efa1eb7 --- /dev/null +++ b/community/isync/depends @@ -0,0 +1,2 @@ +libressl +cyrus-sasl diff --git a/community/isync/sources b/community/isync/sources new file mode 100644 index 00000000..757305d2 --- /dev/null +++ b/community/isync/sources @@ -0,0 +1 @@ +http://downloads.sourceforge.net/isync/isync-1.3.1.tar.gz diff --git a/community/isync/version b/community/isync/version new file mode 100644 index 00000000..957d07e2 --- /dev/null +++ b/community/isync/version @@ -0,0 +1 @@ +1.3.1 1 -- cgit v1.2.3