nixpkgs/pkgs/glib/glib-build.sh
Eelco Dolstra d3a6ba4527 * Strip debug information.
svn path=/nixpkgs/trunk/; revision=167
2003-07-16 19:59:52 +00:00

10 lines
133 B
Bash
Executable file

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