# Template file for 'fltk' pkgname=fltk version=1.3.0 revision=2 build_style=gnu-configure configure_args="--enable-threads --enable-xft --enable-shared" makedepends="jpeg-devel libpng-devel>=1.5.10 MesaLib-devel alsa-lib-devel freetype-devel libXinerama-devel libXft-devel" subpackages="fltk-devel" short_desc="Cross-platform C++ GUI toolkit" maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.fltk.org/" distfiles="http://ftp.easysw.com/pub/fltk/$version/fltk-$version-source.tar.gz" checksum=990676808294cea4cca3de833ad5a5de08073c11b665356d4ecf35d22535b21c long_desc=" FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes." post_install() { rm -rf ${DESTDIR}/usr/share/man/cat[13] }