nixpkgs/dist/pan-build.sh
Eelco Dolstra 7c89415774 * Descriptor templates for the Pan newsreader and all its
dependencies.

svn path=/nix/trunk/test/; revision=9
2003-03-20 22:25:01 +00:00

13 lines
276 B
Bash
Executable file

#! /bin/sh
export PATH=$pkgconfig/bin:$gnet/bin:/bin:/usr/bin
export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig:$gtk/lib/pkgconfig
export LD_LIBRARY_PATH=$gnet/lib
top=`pwd`
tar xvfj $src
cd pan-*
./configure --prefix=$top
make
make install