about summary refs log tree commit diff
path: root/test/build/atk-build.sh
blob: 58d190aefa231a35daf7473a3eeb84a92788a286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

export PATH=$pkgconfig/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig
export LD_LIBRARY_PATH=$glib/lib

top=`pwd`
tar xvfj $src
cd atk-*
./configure --prefix=$top
make
make install
cd ..
rm -rf atk-*