diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-16 17:41:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-16 17:41:02 +0300 |
commit | 619df6c7b2522b8384765ae54efac4f85131054b (patch) | |
tree | abe74e859280c4f0e33d233e017d9bc94bdd8d8d /community/notmuch | |
parent | 15b02517c246fa43582dc9ea3afe48c115f6821c (diff) | |
download | repository-619df6c7b2522b8384765ae54efac4f85131054b.tar.gz |
notmuch, talloc: drop packages
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 |