summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/toolbuslib/builder.sh
blob: bb5e4dc0c3a46fed0956aa1811d55645270c40d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#! /bin/sh

buildinputs="$aterm"
. $stdenv/setup || exit 1

tar zxf $src || exit 1
cd toolbuslib-* || exit 1
./configure --prefix=$out --with-aterm=$aterm || exit 1
make install || exit 1