2004-01-22 19:57:34 +01:00
|
|
|
#! /bin/sh
|
|
|
|
|
2004-01-22 20:09:49 +01:00
|
|
|
buildinputs="$aterm $toolbuslib"
|
2004-01-22 19:57:34 +01:00
|
|
|
. $stdenv/setup || exit 1
|
|
|
|
|
|
|
|
tar zxf $src || exit 1
|
|
|
|
cd pt-support-* || exit 1
|
|
|
|
./configure --prefix=$out --with-aterm=$aterm --with-toolbuslib=$toolbuslib || exit 1
|
|
|
|
make install || exit 1
|