about summary refs log tree commit diff
path: root/test/build/gtkspell-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/gtkspell-build.sh')
-rwxr-xr-xtest/build/gtkspell-build.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/build/gtkspell-build.sh b/test/build/gtkspell-build.sh
new file mode 100755
index 000000000000..d1e56943fabd
--- /dev/null
+++ b/test/build/gtkspell-build.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+export PATH=$pkgconfig/bin:/bin:/usr/bin
+export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig
+export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$pspell/lib
+export C_INCLUDE_PATH=$pspell/include
+
+top=`pwd`
+tar xvfz $src
+cd gtkspell-*
+./configure --prefix=$top
+make
+make install