* Delete source after building.

svn path=/nix/trunk/test/; revision=32
gstqt5
Eelco Dolstra 2003-04-06 22:09:47 +00:00
parent c72ad03d95
commit 9552d1fbd7
8 changed files with 16 additions and 0 deletions

View File

@ -10,3 +10,5 @@ cd atk-*
./configure --prefix=$top
make
make install
cd ..
rm -rf atk-*

View File

@ -8,3 +8,5 @@ cd glib-*
./configure --prefix=$top
make
make install
cd ..
rm -rf glib-*

View File

@ -10,3 +10,5 @@ cd gnet-*
./configure --prefix=$top
make
make install
cd ..
rm -rf gnet-*

View File

@ -10,3 +10,5 @@ cd gtk+-*
./configure --prefix=$top
make
make install
cd ..
rm -rf gtk+-*

View File

@ -11,3 +11,5 @@ cd gtkspell-*
./configure --prefix=$top
make
make install
cd ..
rm -rf gtkspell-*

View File

@ -10,3 +10,5 @@ cd pango-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pango-*

View File

@ -8,3 +8,5 @@ cd pkgconfig-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pkgconfig-*

View File

@ -8,3 +8,5 @@ cd pspell-*
./configure --prefix=$top
make
make install
cd ..
rm -rf pspell-*