aboutsummaryrefslogtreecommitdiff
path: root/community/notmuch
diff options
context:
space:
mode:
Diffstat (limited to 'community/notmuch')
-rwxr-xr-xcommunity/notmuch/build18
-rw-r--r--community/notmuch/checksums1
-rw-r--r--community/notmuch/depends4
-rw-r--r--community/notmuch/sources1
-rw-r--r--community/notmuch/version1
5 files changed, 0 insertions, 25 deletions
diff --git a/community/notmuch/build b/community/notmuch/build
deleted file mode 100755
index dcb41b69..00000000
--- a/community/notmuch/build
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-BASHCMD=$(command -v bash || command -v sh)
-export BASHCMD
-
-./configure \
- --prefix=/usr \
- --without-docs \
- --without-api-docs \
- --without-ruby
-
-make
-make DESTDIR="$1" install
-
-# For some reason, notmuch doesn't accept the --enable-static/shared options.
-# It builds a static library when you run 'make', but it doesn't install the
-# built library. Confusing.
-install -Dm755 lib/libnotmuch.a "$1/usr/lib/libnotmuch.a"
diff --git a/community/notmuch/checksums b/community/notmuch/checksums
deleted file mode 100644
index 88306e7a..00000000
--- a/community/notmuch/checksums
+++ /dev/null
@@ -1 +0,0 @@
-a747ca4e8cc919d91feda6cadb97e63b72ff79119491989bbcea79ad47680615 notmuch-0.32.1.tar.xz
diff --git a/community/notmuch/depends b/community/notmuch/depends
deleted file mode 100644
index 031c464e..00000000
--- a/community/notmuch/depends
+++ /dev/null
@@ -1,4 +0,0 @@
-gmime
-talloc
-xapian
-zlib
diff --git a/community/notmuch/sources b/community/notmuch/sources
deleted file mode 100644
index 71674114..00000000
--- a/community/notmuch/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://notmuchmail.org/releases/notmuch-0.32.1.tar.xz
diff --git a/community/notmuch/version b/community/notmuch/version
deleted file mode 100644
index ef4eba63..00000000
--- a/community/notmuch/version
+++ /dev/null
@@ -1 +0,0 @@
-0.32.1 1