aboutsummaryrefslogtreecommitdiff
path: root/community/isync
diff options
context:
space:
mode:
Diffstat (limited to 'community/isync')
-rwxr-xr-xcommunity/isync/build6
-rw-r--r--community/isync/checksums3
-rw-r--r--community/isync/depends4
-rw-r--r--community/isync/meta3
-rw-r--r--community/isync/sources2
-rw-r--r--community/isync/version2
6 files changed, 14 insertions, 6 deletions
diff --git a/community/isync/build b/community/isync/build
index 09d87526..bbd53ee2 100755
--- a/community/isync/build
+++ b/community/isync/build
@@ -1,5 +1,9 @@
#!/bin/sh -e
-./configure --prefix=/usr
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr
+
make
make DESTDIR="$1" install
diff --git a/community/isync/checksums b/community/isync/checksums
index 83980711..db509aa8 100644
--- a/community/isync/checksums
+++ b/community/isync/checksums
@@ -1 +1,2 @@
-0d36dbb57bb06c8bbe10bb66f40ae543095b143443209b7037167be600420150 isync-1.4.1.tar.gz
+%BLAKE3
+638e38f941f08c3aade13024ed36574605f7851a94c73f1a8bec5cd31aeb1adb isync-1.4.4.tar.gz
diff --git a/community/isync/depends b/community/isync/depends
index 1efa1eb7..837c7443 100644
--- a/community/isync/depends
+++ b/community/isync/depends
@@ -1,2 +1,2 @@
-libressl
-cyrus-sasl
+cyrus-sasl make
+libressl make
diff --git a/community/isync/meta b/community/isync/meta
new file mode 100644
index 00000000..26a7db63
--- /dev/null
+++ b/community/isync/meta
@@ -0,0 +1,3 @@
+description: Imap Maildir synchronizer
+license: GPL-2.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/isync/sources b/community/isync/sources
index b5f94acd..258fdf26 100644
--- a/community/isync/sources
+++ b/community/isync/sources
@@ -1 +1 @@
-http://downloads.sourceforge.net/isync/isync-1.4.1.tar.gz
+http://downloads.sourceforge.net/isync/isync-1.4.4.tar.gz
diff --git a/community/isync/version b/community/isync/version
index e187c17e..b21a163a 100644
--- a/community/isync/version
+++ b/community/isync/version
@@ -1 +1 @@
-1.4.1 1
+1.4.4 1