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 d1704fdc..db509aa8 100644
--- a/community/isync/checksums
+++ b/community/isync/checksums
@@ -1 +1,2 @@
-1935e7ed412fd6b5928aaea656f290aa8d3222c5feda31534903934ce4755343 isync-1.4.2.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 3f0d3100..258fdf26 100644
--- a/community/isync/sources
+++ b/community/isync/sources
@@ -1 +1 @@
-http://downloads.sourceforge.net/isync/isync-1.4.2.tar.gz
+http://downloads.sourceforge.net/isync/isync-1.4.4.tar.gz
diff --git a/community/isync/version b/community/isync/version
index 4ff136af..b21a163a 100644
--- a/community/isync/version
+++ b/community/isync/version
@@ -1 +1 @@
-1.4.2 1
+1.4.4 1