c54243a009
svn path=/nixpkgs/trunk/; revision=10625
8 lines
184 B
Bash
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
|