el-get/recipes/bbdb.el

12 lines
381 B
EmacsLisp
Raw Normal View History

(:name bbdb
:type git
:url "https://github.com/barak/BBDB.git"
:load-path ("./lisp" "./bits")
:build ("./configure" "make autoloads" "make")
:build/darwin `(,(concat "./configure --with-emacs=" el-get-emacs) "make autoloads" "make")
:features bbdb
2011-02-25 02:52:56 +08:00
:autoloads nil
:after (lambda () (bbdb-initialize))
:info "texinfo")