about summary refs log tree commit diff
path: root/test/dist/glib-build.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-03-20T22·25+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-03-20T22·25+0000
commit4c43711810c73a3899066b9401a9517f53e1b0f1 (patch)
tree92ea3438881dccf28a7024bbb426c9579bcbd63b /test/dist/glib-build.sh
parentcadc3852e44bc625872ef18f4407bff6797ac5dd (diff)
* Descriptor templates for the Pan newsreader and all its
  dependencies.

Diffstat (limited to 'test/dist/glib-build.sh')
-rwxr-xr-xtest/dist/glib-build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/dist/glib-build.sh b/test/dist/glib-build.sh
new file mode 100755
index 000000000000..2100052bede4
--- /dev/null
+++ b/test/dist/glib-build.sh
@@ -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