* Descriptor templates for the Pan newsreader and all its

dependencies.
This commit is contained in:
Eelco Dolstra 2003-03-20 22:25:01 +00:00
parent cadc3852e4
commit 4c43711810
17 changed files with 157 additions and 0 deletions

10
test/dist/aterm-build.sh vendored Executable file
View 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
test/dist/atk-build.sh vendored 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

10
test/dist/glib-build.sh vendored Executable file
View 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
test/dist/gnet-build.sh vendored 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 xvfz $src
cd gnet-*
./configure --prefix=$top
make
make install

12
test/dist/gtk+-build.sh vendored Executable file
View 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
test/dist/pan-build.sh vendored Executable file
View 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
test/dist/pango-build.sh vendored 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 pango-*
./configure --prefix=$top
make
make install

10
test/dist/pkgconfig-build.sh vendored Executable file
View 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