#!/bin/bash

tar xvf fox-1.6.43.tar.xz
cd fox-1.6.43
./configure --with-xft --with-opengl=no
make
make install DESTDIR=/tmp/4/pkg
