el-get/recipes/bbdb.rcp

12 lines
458 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 "https://git.savannah.nongnu.org/git/bbdb.git"
:load-path ("./lisp")
;; if using vm, add `--with-vm-dir=DIR' after ./configure
2015-07-03 00:35:12 +08:00
:build `(("./autogen.sh") ("./configure") ("make"))
2012-02-01 05:59:35 +08:00
:features bbdb-loaddefs
2011-02-25 02:52:56 +08:00
:autoloads nil
:info "doc")