about summary refs log tree commit diff
path: root/test/build/pspell-build.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-03-23T23·28+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-03-23T23·28+0000
commit8d682ba551c44daecd427999114b9c520eef0296 (patch)
tree8705544a047453246d11ecfa03ecb75789fd9614 /test/build/pspell-build.sh
parent20d165c34467338f07c4808783cd50318c38a47b (diff)
* A descriptor for running the Pan newsreader.
* Added descriptors for gtkspell and its support package pspell.
  Gtkspell is an optional dependency of Pan, so we should add the
  ability to nix-instantiate to instantiate variants of a package
  based on a selection of features.

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