2004-01-21 09:34:19 +00:00
|
|
|
buildinputs="$pkgconfig $perl $libxml2 $libglade $libgnome \
|
|
|
|
$libgnomecanvas"
|
2004-03-09 10:59:55 +00:00
|
|
|
. $stdenv/setup
|
2004-01-21 09:34:19 +00:00
|
|
|
|
2004-03-09 10:59:55 +00:00
|
|
|
tar xvfj $src
|
|
|
|
cd libbonoboui-*
|
|
|
|
./configure --prefix=$out
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
strip -S $out/lib/*.a
|
2004-01-21 09:34:19 +00:00
|
|
|
|
2004-03-09 10:59:55 +00:00
|
|
|
mkdir $out/nix-support
|
|
|
|
echo "$libxml2 $libgnome $libgnomecanvas" > $out/nix-support/propagated-build-inputs
|