nixpkgs/pkgs/applications/editors/emacs-modes/bbdb/builder.sh
Ludovic Courtès c54243a009 Add BBDB, Emacs' Insidious Big Brother Database.
svn path=/nixpkgs/trunk/; revision=10625
2008-02-11 17:02:46 +00:00

8 lines
184 B
Bash

source "$stdenv/setup"
unpackPhase && \
cd bbdb-*.* && \
./configure --prefix="$out" \
--with-package-dir="$out/lib/site-emacs" && \
make && make install-pkg