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
|