2003-07-13 23:27:09 +02:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
export PATH=/bin:/usr/bin
|
|
|
|
|
|
|
|
tar xvfz $src || exit 1
|
|
|
|
cd sdf2-* || exit 1
|
2003-07-16 21:59:52 +02:00
|
|
|
LDFLAGS=-s ./configure --prefix=$out --with-aterm=$aterm || exit 1
|
2003-07-13 23:27:09 +02:00
|
|
|
make || exit 1
|
|
|
|
make install || exit 1
|