#! /bin/sh
export PATH=$pkgconfig/bin:/bin:/usr/bin
tar xvfj $src
cd glib-*
LDFLAGS=-s ./configure --prefix=$out
make
make install