forked from lix-project/lix
11 lines
132 B
Bash
11 lines
132 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
||
|
|
||
|
top=`pwd`
|
||
|
tar xvfj $src
|
||
|
cd glib-*
|
||
|
./configure --prefix=$top
|
||
|
make
|
||
|
make install
|