# Description: FOX graphical toolkit. # URL: http://www.fox-toolkit.org/ # Packager: Johannes, Schick dot Johannes at gmail dot com # Maintainer: Victor Martinez, pitillo at ono dot com # Arch Maintainer System Team devel at crux-arm dot nu # Depends on: libpng libtiff xorg-libxft xorg-libxcursor xorg-libxi name=fox version=1.6.36 release=3 source=(http://www.fox-toolkit.org/ftp/$name-$version.tar.gz) build() { cd $name-$version export LIBS="$LIBS -lXft -lXrender -lfontconfig -lfreetype -lX11" export XFTCFLAGS="-I$CLFS/usr/include/freetype2" export XFTLIBS="-L$CLFS/usr/lib -lXft -lXrender -lfontconfig -lfreetype -lX11" export CXXFLAGS="$CXXFLAGS -I$CLFS/usr/include $XFTCFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --with-shape \ --with-xshm \ --enable-threadsafe \ --enable-release \ --with-xcursor \ --with-xft \ --disable-nls \ --enable-release make make prefix=$PKG/usr install rm -r $PKG/usr/share }