el-get/recipes/bbdb.rcp

13 lines
482 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 `("./autogen.sh" "./configure" "make")
:features bbdb-loaddefs
:autoloads nil
:info "doc"
:post-init (bbdb-initialize))