el-get/recipes/bbdb.rcp

14 lines
577 B
Plaintext

(: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 clean" "rm -f lisp/bbdb-autoloads.el"
"make bbdb")
:features bbdb-loaddefs
:autoloads nil
:post-init (bbdb-initialize))