# Description: Boîte à outils multiplatforme C++ # URL: http://www.fltk.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxft xorg-libxi xorg-libxinerama mesa3d # Run on: xorg-libxft,xorg-libxi,xorg-libxinerama,mesa3d name=fltk version=r8514 release=1 source=(http://ftp.easysw.com/pub/fltk/snapshots/fltk-2.0.x-$version.tar.bz2) build() { cd $name-* ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --enable-threads \ --enable-shared \ --enable-xft sed -i "s/glut\ test/glut/" Makefile make make -e prefix=$PKG/usr mandir=$PKG/usr/share/man install rm -rf $PKG/usr/share/doc }