Package Details: lbdb 0.54-3

Git Clone URL: https://aur.archlinux.org/lbdb.git (read-only, click to copy)
Package Base: lbdb
Description: The little brother's database for the mutt mail reader
Upstream URL: http://www.spinnaker.de/lbdb/
Licenses: GPL-2.0-only
Submitter: Snowman
Maintainer: jasonwryan
Last Packager: jasonwryan
Votes: 40
Popularity: 0.63
First Submitted: 2007-04-05 03:54 (UTC)
Last Updated: 2024-10-30 05:08 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

hak commented on 2024-10-29 10:02 (UTC) (edited on 2024-10-29 10:05 (UTC) by hak)

The changes in 0.54-2 to add a directory for the libs had the side effect that the binaries are now located in /usr/local/bin instead of /usr/bin.
Was that intended? I have no other packages that install binaries to /usr/local/bin.

rimeno commented on 2024-08-25 14:37 (UTC)

I had a problem with /usr/local/man solved by adding --mandir=/usr/share in the PKGBUILD

lucc commented on 2016-03-05 18:36 (UTC)

Version 0.41 is out.

awagner commented on 2014-11-27 08:47 (UTC)

Upstream update (0.39).

lucc commented on 2014-11-24 16:54 (UTC)

Version 0.38 is outdated. Version 0.39 is avalable: http://www.spinnaker.de/debian/lbdb_0.39.tar.gz

awagner commented on 2012-04-17 07:24 (UTC)

Hi all, I have now added netkit-bsd-finger as an optdepend, although I don't have it installed and get no error message. To be honest, I don't understand the configure and module parts that are apparently responsible for building or calling finger. I wonder why it's built and/or called when it's not installed. Anyway, here is the optdepends.

jasonwryan commented on 2012-04-17 03:38 (UTC)

With the m_finger_query error message, perhaps netkit-bsd-finger should be an opt-depend, or at least mentioned in the post.install?

popsch commented on 2012-04-15 13:07 (UTC)

with lbdbq I get this error message: /usr/bin/lbdbq: line 74: m_finger_query: command not found I don't use this module, but it might confuse others.

awagner commented on 2012-04-10 09:53 (UTC)

@popsch: True. I've looked into the files and sometimes 'awk' is called, at other times '/usr/bin/gawk'. On the other hand, gawk is part of the base packagegroup and no other package seems to provide an awk command (nawk provides nawk). I have googled and found an interesting discussion on tur-users from 2007 (http://archlinux.2023198.n4.nabble.com/Proposals-For-PKGBUILD-Issues-td2042648.html), but on the wiki pages (Arch_Build_System and Makepkg) it still says 'base' is assumed to be installed on every Arch system. But actually the same holds for glibc... To make a long story short, I am undecided. I suppose I will leave it as is, at least for now. Unless you can point me to some more or less official statement of the policy on that issue.

popsch commented on 2012-04-09 00:14 (UTC)

namcap reports that the build file is missing a dependency to gawk.