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 | |
parent | 15b02517c246fa43582dc9ea3afe48c115f6821c (diff) | |
download | repository-619df6c7b2522b8384765ae54efac4f85131054b.tar.gz |
notmuch, talloc: drop packages
Diffstat (limited to 'community')
-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 | ||||
-rwxr-xr-x | community/talloc/build | 11 | ||||
-rw-r--r-- | community/talloc/checksums | 1 | ||||
-rw-r--r-- | community/talloc/sources | 1 | ||||
-rw-r--r-- | community/talloc/version | 1 |
9 files changed, 0 insertions, 39 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 diff --git a/community/talloc/build b/community/talloc/build deleted file mode 100755 index 2634caa9..00000000 --- a/community/talloc/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-rpath \ - --without-gettext \ - --disable-python - -make -make DESTDIR="$1" install diff --git a/community/talloc/checksums b/community/talloc/checksums deleted file mode 100644 index ba07b259..00000000 --- a/community/talloc/checksums +++ /dev/null @@ -1 +0,0 @@ -27a03ef99e384d779124df755deb229cd1761f945eca6d200e8cfd9bf5297bd7 talloc-2.3.2.tar.gz diff --git a/community/talloc/sources b/community/talloc/sources deleted file mode 100644 index e001ba45..00000000 --- a/community/talloc/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.samba.org/ftp/talloc/talloc-2.3.2.tar.gz diff --git a/community/talloc/version b/community/talloc/version deleted file mode 100644 index 56b3f3b0..00000000 --- a/community/talloc/version +++ /dev/null @@ -1 +0,0 @@ -2.3.2 1 |