el-get/recipes/bbdb.rcp
2021-03-21 07:22:40 +01:00

13 lines
533 B
Plaintext

(: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
:build `(("./autogen.sh") ("./configure") ("make"))
:build/windows-nt (("sh" "autogen.sh") ("sh" "configure") ("make"))
:features bbdb-loaddefs
:autoloads nil
:info "doc")