el-get/recipes/bbdb.rcp

13 lines
514 B
Plaintext
Raw Normal View History

(:name bbdb
:website "http://bbdb.sourceforge.net/"
:description "The Insidious Big Brother Database (BBDB) is a contact management utility."
:type git
:url "git://git.savannah.nongnu.org/bbdb.git"
:load-path ("./lisp")
;; if using vm, add `--with-vm-dir=DIR' after ./configure
:build `("autoconf" ,(concat "./configure --with-emacs=" el-get-emacs) "make bbdb")
2012-02-01 05:59:35 +08:00
:features bbdb-loaddefs
2011-02-25 02:52:56 +08:00
:autoloads nil
:post-init (lambda () (bbdb-initialize)))