* Renamed dist -> build.

svn path=/nix/trunk/test/; revision=10
This commit is contained in:
Eelco Dolstra
2003-03-21 09:58:01 +00:00
parent 7c89415774
commit a82bb22186
16 changed files with 8 additions and 8 deletions

12
build/atk-build.sh Executable file
View File

@@ -0,0 +1,12 @@
#! /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