* Renamed dist -> build.
svn path=/nix/trunk/test/; revision=10
This commit is contained in:
12
build/atk-build.sh
Executable file
12
build/atk-build.sh
Executable 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
|
||||
Reference in New Issue
Block a user