about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/hevea/builder.sh
blob: 05c93fe7da7a0339209bbdf34930c42a9e14844c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set -e

source $stdenv/setup

mkdir -p $out/bin $out/lib

tar xvfz $src
cd hevea-*

sed s+/usr/local+$out+ Makefile > Makefile.new
mv Makefile.new Makefile

make
make install