nixpkgs/pkgs/glib/glib-build.sh
Eelco Dolstra 4ec5cab7a5 * ATK and GLib need Perl.
TODO: clean up the Perl build.  Currently it's still using some external
  libraries, and it doesn't pass all its unit tests.

svn path=/nixpkgs/trunk/; revision=326
2003-08-19 14:52:52 +00:00

11 lines
213 B
Bash
Executable file

#! /bin/sh
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$gettext/bin:$perl/bin:$PATH
tar xvfj $src || exit 1
cd glib-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1