about summary refs log tree commit diff
path: root/pkgs/development/libraries/gnome/libgnome/builder.sh
blob: bd32300351c12fec9b7d2701c1a3a3c982eac574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
buildinputs="$pkgconfig $perl $glib $gnomevfs $libbonobo $GConf \
  $popt $zlib"
. $stdenv/setup

tar xvfj $src
cd libgnome-*
./configure --prefix=$out
make
make install
strip -S $out/lib/*.a

mkdir $out/nix-support
echo "$glib $gnomevfs $libbonobo $GConf" > $out/nix-support/propagated-build-inputs