makedepends=(xorg-libxcursor xorg-libxft xorg-libxrandr xorg-libxxf86vm mesa cups xorg-glu libglvnd) description="C++ based class library for building Graphical User Interfaces" url="http://www.fox-toolkit.org/" packager="Great-OS Team" maintainer="rems" name=fox version=1.6.59 release=2 source=(http://fox-toolkit.org/ftp/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --with-xft=yes \ --with-opengl=yes make make DESTDIR=$PKG install }