# Description: FOX Toolkit, a nice GUI C++ toolkit # URL: http://www.fox-toolkit.org/ # Maintainer: Erich Eckner, crux at eckner dot net # Packager: Ivan Rodionov, jean at mosk ru # Depends on: mesa3d libpng libtiff xorg-libxft xorg-libxcursor name=fox version=1.6.57 release=1 source=(http://$name-toolkit.org/ftp/$name-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=$PKG/usr/share/man \ --enable-release \ --with-xft=yes \ --enable-cups \ --with-opengl=yes make make prefix=$PKG/usr install }