about summary refs log tree commit diff
path: root/pkgs/development/libraries/gnome/gnome-vfs/builder.sh
blob: 752464fe4ec8887c6f51635550887e144325c155 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

buildinputs="$pkgconfig $perl $glib $libxml2 $GConf $libbonobo \
  $gnomemimedata $popt $bzip2"
. $stdenv/setup || exit 1

tar xvfj $src || exit 1
cd gnome-vfs-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1
strip -S $out/lib/*.a || exit 1