067c7ed0af
svn path=/nixpkgs/trunk/; revision=10767
8 lines
204 B
Bash
8 lines
204 B
Bash
source "$stdenv/setup" || exit 1
|
|
|
|
unpackPhase && \
|
|
cd bbdb-*.* && \
|
|
./configure --prefix="$out" \
|
|
--with-package-dir="$out/share/emacs/site-lisp" && \
|
|
make && make install-pkg
|