nixpkgs/pkgs/glib/glib-build.sh
Eelco Dolstra a119076f9e * Check for failure.
svn path=/nixpkgs/trunk/; revision=175
2003-07-17 22:33:05 +00:00

10 lines
183 B
Bash
Executable file

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