]> git.pld-linux.org Git - packages/fox.git/blame_incremental - fox.spec
- up to 1.6.0 stable (builds, not tested)
[packages/fox.git] / fox.spec
... / ...
CommitLineData
1#
2%bcond_without static_libs # don't build static libraries
3#
4Summary: The FOX C++ GUI Toolkit
5Summary(pl): FOX - toolkit graficzny w C++
6Name: fox
7Version: 1.6.0
8Release: 1
9License: LGPL
10Group: X11/Libraries
11Source0: ftp://ftp.fox-toolkit.com/pub/%{name}-%{version}.tar.gz
12# Source0-md5: cc700a729aecfad9b67e9300cf05b961
13Patch0: %{name}-opt.patch
14Patch1: %{name}-link.patch
15Patch2: %{name}-Makefile.patch
16URL: http://www.fox-toolkit.org/fox.html
17BuildRequires: OpenGL-devel
18BuildRequires: autoconf
19BuildRequires: automake
20BuildRequires: bzip2-devel
21BuildRequires: libjpeg-devel
22BuildRequires: libpng-devel
23BuildRequires: libstdc++-devel
24BuildRequires: libtiff-devel
25BuildRequires: libtool
26BuildRequires: xcursor-devel
27Requires: OpenGL
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%define _noautoreqdep libGL.so.1 libGLU.so.1
31
32%description
33FOX is a C++-Based Library for Graphical User Interface Development
34FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab
35Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers,
36idle processing, automatic GUI updating, as well as OpenGL/Mesa for 3D
37graphics. Subclassing of basic FOX widgets allows for easy extension
38beyond the built-in widgets by application writers.
39
40%description -l pl
41