diff options
-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 |