0f0a347992
svn path=/nixpkgs/trunk/; revision=152
15 lines
228 B
Bash
Executable file
15 lines
228 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
|
envpkgs="$gtk $gtkspell $gnet $libxml"
|
|
. $setenv
|
|
|
|
export LDFLAGS=-s
|
|
|
|
tar xvfj $src
|
|
cd pan-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|
|
echo $envpkgs > $out/envpkgs || exit 1
|