summary refs log tree commit diff
path: root/pkgs/development/libraries/gnome/GConf/builder.sh
blob: 814beb573617c18071e277515183cd5a85509a65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh -e

buildinputs="$pkgconfig $perl $glib $gtk $libxml2 $ORBit2 $popt"
. $stdenv/setup

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

mkdir $out/nix-support
echo "$ORBit2" > $out/nix-support/propagated-build-inputs