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

set -x

buildinputs="$pkgconfig $fontconfig $x11"
. $stdenv/setup

tar xvfz $src
cd xft-*
./configure --prefix=$out --x-includes=$x11/include --x-libraries=$x11/lib
make
make install

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