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