aboutsummaryrefslogtreecommitdiff
path: root/community/notmuch
diff options
context:
space:
mode:
Diffstat (limited to 'community/notmuch')
-rwxr-xr-xcommunity/notmuch/build15
-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, 22 deletions
diff --git a/community/notmuch/build b/community/notmuch/build
deleted file mode 100755
index b48f9221..00000000
--- a/community/notmuch/build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-./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 d066c833..00000000
--- a/community/notmuch/checksums
+++ /dev/null
@@ -1 +0,0 @@
-8661b66567660fd630af10c4647c30327fdd1b34a988cab80d614328a5b74f55 notmuch-0.31.4.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 6539cdb8..00000000
--- a/community/notmuch/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://notmuchmail.org/releases/notmuch-0.31.4.tar.xz
diff --git a/community/notmuch/version b/community/notmuch/version
deleted file mode 100644
index 57b774e1..00000000
--- a/community/notmuch/version
+++ /dev/null
@@ -1 +0,0 @@
-0.31.4 1