* Renamed dist -> build.
svn path=/nix/trunk/test/; revision=10
This commit is contained in:
10
build/aterm-build.sh
Executable file
10
build/aterm-build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=/bin:/usr/bin
|
||||
|
||||
top=`pwd`
|
||||
tar xvfz $src
|
||||
cd aterm-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
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
|
||||
10
build/glib-build.sh
Executable file
10
build/glib-build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
||||
|
||||
top=`pwd`
|
||||
tar xvfj $src
|
||||
cd glib-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
12
build/gnet-build.sh
Executable file
12
build/gnet-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 xvfz $src
|
||||
cd gnet-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
12
build/gtk+-build.sh
Executable file
12
build/gtk+-build.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
||||
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig
|
||||
export LD_LIBRARY_PATH=$glib/lib
|
||||
|
||||
top=`pwd`
|
||||
tar xvfj $src
|
||||
cd gtk+-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
12
build/pan-build.sh
Executable file
12
build/pan-build.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=$pkgconfig/bin:$gnet/bin:/bin:/usr/bin
|
||||
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig
|
||||
export LD_LIBRARY_PATH=$gnet/lib
|
||||
|
||||
top=`pwd`
|
||||
tar xvfj $src
|
||||
cd pan-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
12
build/pango-build.sh
Executable file
12
build/pango-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 pango-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
10
build/pkgconfig-build.sh
Executable file
10
build/pkgconfig-build.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=/bin:/usr/bin
|
||||
|
||||
top=`pwd`
|
||||
tar xvfz $src
|
||||
cd pkgconfig-*
|
||||
./configure --prefix=$top
|
||||
make
|
||||
make install
|
||||
Reference in New Issue
Block a user