el-get/recipes/bbdb.rcp

15 lines
601 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 clean" "rm -f lisp/bbdb-autoloads.el"
2013-01-22 05:16:21 +08:00
"make info bbdb")
2012-02-01 05:59:35 +08:00
:features bbdb-loaddefs
2011-02-25 02:52:56 +08:00
:autoloads nil
2013-01-22 05:16:21 +08:00
:info "doc"
:post-init (bbdb-initialize))