0f0a347992
svn path=/nixpkgs/trunk/; revision=152
10 lines
122 B
Bash
Executable file
10 lines
122 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
|
|
|
tar xvfj $src
|
|
cd glib-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|