diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-26T13·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-26T13·57+0000 |
commit | a9f2928ed6edb15faa1ad5fc563662a08a92ced1 (patch) | |
tree | fd4c4e6a61c1bc537bf6185664e8fac501fa34ff /test/build/gtkspell-build.sh | |
parent | 8b930a0c94ba9013d015c735cfc38c40b151f491 (diff) |
* Moved the package descriptors and build scripts out of the Nix tree.
Diffstat (limited to 'test/build/gtkspell-build.sh')
-rwxr-xr-x | test/build/gtkspell-build.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/build/gtkspell-build.sh b/test/build/gtkspell-build.sh deleted file mode 100755 index d4267b302822..000000000000 --- a/test/build/gtkspell-build.sh +++ /dev/null @@ -1,15 +0,0 @@ -#! /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 || exit 1 -cd gtkspell-* || exit 1 -./configure --prefix=$top || exit 1 -make || exit 1 -make install || exit 1 -cd $top || exit 1 -rm -rf gtkspell-* || exit 1 |