1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
nixpkgs/pkgs/glib-1/glib-build.sh
Eelco Dolstra 1a5e75c192 * Added a package for Sylpheed (which depends on glib/gtk+ 1.2.10).
svn path=/nixpkgs/trunk/; revision=195
2003-07-22 20:33:18 +00:00

10 lines
168 B
Bash
Executable file

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