* 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.
This commit is contained in:
Eelco Dolstra 2003-03-23 23:28:28 +00:00
parent 20d165c344
commit 8d682ba551
8 changed files with 86 additions and 0 deletions

10
test/build/pspell-build.sh Executable file
View file

@ -0,0 +1,10 @@
#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src
cd pspell-*
./configure --prefix=$top
make
make install