#NEEDS=glib2-sc.inc build_pango() { HERE=`pwd` BUILDDEPS=" compiletc.tcz" . ./libxft-sc.inc || exit 1 for I in `echo "$BUILDDEPS"`; do su tc -c "tce-load -i "$I"" || su tc -c "tce-load -iw "$I"" done PKGPATH=$1 export LDFLAGS="-L$PKGPATH/lib -L/apps/gtk2/lib" export CPPFLAGS="-I$PKGPATH/include -I/apps/gtk2/include" export PATH="$PKGPATH/localbin:/apps/gtk2/lcoalbin:$PATH" export PKG_CONFIG_PATH="$PKGPATH/lib/pkgconfig:/apps/gtk2/lib/pkgconfig:$PKG_CONFIG_PATH" export LD_LIBRARY_PATH="$PKGPATH/lib:/apps/gtk2/lib:$LD_LIBRARY_PATH" if [ ! -f "$TMPDIR"/libxft ]; then build_libxft "$PKGPATH" || exit 1 fi ldconfig tar xvf pango-1.30.1.tar.xz || exit 1 cd pango-1.30.1 || exit 1 ./configure --prefix="$PKGPATH" --bindir="$PKGPATH"/localbin || exit 1 make || exit 1 make install || exit 1 touch "$TMPDIR"/pango cd "$HERE" }