el-get/recipes/bbdb.rcp
2015-07-05 15:53:07 -04:00

12 lines
452 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")