diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:51 +0300 |
commit | f350de5032f5fe93d3a429be90a75fe0a9a80dd7 (patch) | |
tree | ad2d167d611df57ea1ab58cdf271826da9a4d528 /community | |
parent | c6cd1e5c3a83cb6f230c0b7fcfdb21d1ad8b64c7 (diff) | |
download | repository-f350de5032f5fe93d3a429be90a75fe0a9a80dd7.tar.gz |
isync: added to community
Diffstat (limited to 'community')
-rwxr-xr-x | community/isync/build | 5 | ||||
-rw-r--r-- | community/isync/checksums | 1 | ||||
-rw-r--r-- | community/isync/depends | 2 | ||||
-rw-r--r-- | community/isync/sources | 1 | ||||
-rw-r--r-- | community/isync/version | 1 |
5 files changed, 10 insertions, 0 deletions
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 |