#!/bin/sh HERE=${0%/*} cd $HERE tce-load -i `cat build-dep` tce-load -i compiletc autogen-dev automake tar zxf ibus-*.tar.gz -C /tmp ./downloaded/MODIFY cd /tmp/ibus* ./autogen.sh --prefix=/usr/local \ --sysconfdir=/usr/local/etc \ --libdir=/usr/local/lib \ --libexecdir=/usr/local/lib/ibus \ --enable-vala=yes \ --enable-python-library \ --enable-wayland \ CFLAGS="-march=i486 -mtune=i686 -Os -pipe" \ CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" \ LDFLAGS="-Wl,-O1" 1> /tmp/autogen1 2> /tmp/autogen2 XML_CATALOG_FILES="/usr/local/etc/xml/catalog" make -j 1> /tmp/make1 2> /tmp/make2 make DESTDIR=/tmp/ibus-base install 1> /tmp/install1 2> /tmp/install2 #--enable-gtk-doc \