about summary refs log tree commit diff
path: root/test/build/pspell-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/pspell-build.sh')
-rwxr-xr-xtest/build/pspell-build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/build/pspell-build.sh b/test/build/pspell-build.sh
new file mode 100755
index 000000000000..588c2f1a09a8
--- /dev/null
+++ b/test/build/pspell-build.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+export PATH=/bin:/usr/bin
+
+top=`pwd`
+tar xvfz $src
+cd pspell-*
+./configure --prefix=$top
+make
+make install