about summary refs log tree commit diff
path: root/pkg/aterm-2.0-build.sh
blob: 872e7aac89e90d81b215d5e5dc2d1ffe3f0ab9f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

export PATH=$sys1/bin:$sys2/bin
export LIBRARY_PATH=$glibc/lib
export CC=$gcc/bin/gcc
export CFLAGS="-isystem $glibc/include -isystem $kernel/include"

top=`pwd`
tar xvfz $src
cd aterm-2.0
./configure --prefix=$top
make
make install