Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4465

Added Files:
        lbdb.info lbdb.patch 
Log Message:
Add lbdb 0.31 to 10.4t.


--- NEW FILE: lbdb.patch ---
diff -r ddf17fad4857 configure.in
--- a/configure.in      Wed Nov  9 06:55:45 2005
+++ b/configure.in      Tue Nov  8 23:11:14 2005
@@ -52,36 +52,13 @@
 
 AC_SUBST(SH)
 
-AC_PATH_PROG(AWK, awk, NONE)
-AC_PATH_PROG(MAWK, mawk, NONE)
-AC_PATH_PROG(GAWK, gawk, NONE)
-AC_PATH_PROG(NAWK, nawk, NONE)
-
-if test "x$AWK" != "xNONE" ; then
-       AWK="$AWK"
-fi
-
-if test "x$NAWK" != "xNONE" ; then
-       AWK="$NAWK"
-fi
-
-if test "x$GAWK" != "xNONE" ; then
-       AWK="$GAWK"
-fi
-
-if test "x$MAWK" != "xNONE" ; then
-       AWK="$MAWK"
-fi
-               
+AWK="/usr/bin/awk"
 AC_SUBST(AWK)
 
-AC_PATH_PROG(TAC, tac, NONE)
-if test "x$TAC" = "xNONE"; then
-       TACTARGET="tac"
-       AC_SUBST(TACTARGET)
-       TACAWK="tac.awk"
-       TAC="$libdir/tac"
-fi     
+TACTARGET="tac"
+AC_SUBST(TACTARGET)
+TACAWK="tac.awk"
+TAC="$libdir/tac"
 AC_SUBST(TAC)
 
 AC_ARG_ENABLE(lbdb_dotlock, 
@@ -89,20 +66,9 @@
                              [Force use of lbdb_dotlock program]), 
               [lbdb_cv_lbdb_dotlock="$enableval"])
 
-AC_PATH_PROG(DOTLOCK_OLD, mutt.dotlock, no)
-if test x$ac_cv_path_DOTLOCK_OLD = xno ; then
-       AC_PATH_PROG(DOTLOCK, mutt_dotlock, no)
-else
-       ac_cv_path_DOTLOCK=$ac_cv_path_DOTLOCK_OLD
-fi
-
-if test x$ac_cv_path_DOTLOCK = xno || test x$lbdb_cv_lbdb_dotlock = xyes
-then
-       DOTLOCK_TARGET="lbdb_dotlock"
-       AC_SUBST(DOTLOCK_TARGET)
-       DOTLOCK="$bindir"/lbdb_dotlock
-fi
-
+DOTLOCK_TARGET="lbdb_dotlock"
+AC_SUBST(DOTLOCK_TARGET)
+DOTLOCK="$bindir"/lbdb_dotlock
 AC_SUBST(DOTLOCK)
 
 DOTLOCKBASE=`basename $DOTLOCK`

--- NEW FILE: lbdb.info ---
Package: lbdb
Version: 0.31
Revision: 1
Description: The Little Brother's Database
License: GPL
Source: http://www.spinnaker.de/debian/%n_%v.tar.gz
Source-MD5: 740bb8510017d24ac23fd2b948d25f2e
SourceDirectory: %n-%v
DocFiles: COPYING NEWS README TODO
ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
Suggests: abook, evolution, gnupg

Patch: %n.patch
ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man --sysconfdir=%p/etc 
PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook --with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export
CompileScript: <<
  /usr/bin/autoreconf
  ./configure %c
  make
<<
InstallScript: make install_prefix=%d install

DescDetail: <<
 This package was inspired by the Big Brother Database package available for
 various Emacs mailers. It provides a command-line interface to various
 address books, and is designed to work with mutt's external query feature.
<<
DescUsage: <<
 lbdb depends on a number of external tools for some of the more obscure
 plugins. You'll have to install them separately if you want to use them.
<<
Homepage: http://www.spinnaker.de/lbdb/
Maintainer: Brendan Cully <[EMAIL PROTECTED]>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to