el-get/recipes/bbdb.rcp

13 lines
547 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
2012-02-27 19:54:31 +08:00
:build `("autoconf" "make clean" "rm -f lisp/bbdb-autoloads.el"
,(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 (bbdb-initialize))