diff options
Diffstat (limited to 'community/notmuch')
-rwxr-xr-x | community/notmuch/build | 18 | ||||
-rw-r--r-- | community/notmuch/checksums | 1 | ||||
-rw-r--r-- | community/notmuch/depends | 4 | ||||
-rw-r--r-- | community/notmuch/sources | 1 | ||||
-rw-r--r-- | community/notmuch/version | 1 |
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 1cff3369..00000000 --- a/community/notmuch/checksums +++ /dev/null @@ -1 +0,0 @@ -8e0a7eb8ff2e6011ef48b2bf11d79b9c4bb74511cfe2987758b64898c2a2ded7 notmuch-0.32.2.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 5b2ab9be..00000000 --- a/community/notmuch/sources +++ /dev/null @@ -1 +0,0 @@ -https://notmuchmail.org/releases/notmuch-0.32.2.tar.xz diff --git a/community/notmuch/version b/community/notmuch/version deleted file mode 100644 index 1bf4b602..00000000 --- a/community/notmuch/version +++ /dev/null @@ -1 +0,0 @@ -0.32.2 1 |