From 619df6c7b2522b8384765ae54efac4f85131054b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Jul 2021 17:41:02 +0300 Subject: notmuch, talloc: drop packages --- community/notmuch/build | 18 ------------------ community/notmuch/checksums | 1 - community/notmuch/depends | 4 ---- community/notmuch/sources | 1 - community/notmuch/version | 1 - 5 files changed, 25 deletions(-) delete mode 100755 community/notmuch/build delete mode 100644 community/notmuch/checksums delete mode 100644 community/notmuch/depends delete mode 100644 community/notmuch/sources delete mode 100644 community/notmuch/version (limited to 'community/notmuch') 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 -- cgit v1.2.3