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

buildinputs="$aterm $getopt"
. $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