nixpkgs/pkgs/applications/editors/emacs-modes/bbdb/builder.sh

8 lines
204 B
Bash
Raw Normal View History

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