diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-04 21:01:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-10-04 21:01:36 +0000 |
| commit | 90b7be9aca17020a8e486db24db6fbbae3bfd21a (patch) | |
| tree | 032da009a71b1973291ce26828248fa89b0cc85e /fltk.spec | |
| parent | e4731d3f1a81a363faff89792064438efce05d1e (diff) | |
Update documentation and web site intro.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2654 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fltk.spec')
| -rw-r--r-- | fltk.spec | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,5 +1,5 @@ # -# "$Id: fltk.spec,v 1.1.2.9.2.17 2002/09/26 20:27:16 easysw Exp $" +# "$Id: fltk.spec,v 1.1.2.9.2.18 2002/10/04 21:01:36 easysw Exp $" # # RPM spec file for FLTK. # @@ -41,11 +41,10 @@ BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION} %description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a -LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), -OpenGL(r), and Microsoft(r) Windows(r). It was originally -developed by Mr. Bill Spitzak and is currently maintained by a -small group of developers across the world with a central -repository in the US (SourceForge). +cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11), +Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern +GUI functionality without the bloat and supports 3D graphics via +OpenGL(r) and its built-in GLUT emulation. %package devel Summary: FLTK - development environment @@ -60,7 +59,7 @@ dynamically linked applications. %setup %build -CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --enable-shared +CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --enable-shared --enable-xft --enable-xdbe # If we got this far, all prerequisite libraries must be here. make @@ -97,5 +96,5 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/fltk/* # -# End of "$Id: fltk.spec,v 1.1.2.9.2.17 2002/09/26 20:27:16 easysw Exp $". +# End of "$Id: fltk.spec,v 1.1.2.9.2.18 2002/10/04 21:01:36 easysw Exp $". # |
