# Since this file is not in any way associated with gnome or Enlightenment
# (both just use it) We'll put it in a more acceptable place like 
# /usr/X11R6 since it seems to belong there and doesn't have any files
# for autoconf
CWD=`pwd`
cd /tmp
tar xzvf $CWD/freetype-1.2.tar.gz
cd freetype-1.2
./configure --prefix=/usr/X11R6 i386-slackware-linux
make -j 3 CFLAGS=-O2
make CFLAGS=-O2 install
mkdir -p /usr/doc/freetype-1.2
cp -a  README announce license.txt readme.1st docs/* \
   howto/* /usr/doc/freetype-1.2
chown -R root.root /usr/doc/freetype-1.2
