1 # Note that this is NOT a relocatable package
6 Summary: The GTK
+ 1.2 port of the wxWindows library
10 Copyright: wxWindows Licence
12 Source: wxGTK
-%{ver}.tar.gz
13 URL: http
://wesley.informatik.uni
-freiburg.de
/~wxxt
/docs.html
14 Packager: Robert Roebling
<roebling@ruf.uni
-freiburg.de
>
15 BuildRoot: /tmp
/wxgtk_root
17 # all packages providing an implementation of wxWindows library (regardless of
18 # the toolkit used) should provide the (virtual) wxwin package, this makes it
19 # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..."
23 wxWindows is a free C
++ library
for cross
-platform GUI development.
24 With wxWindows
, you can create applications
for different GUIs
(GTK
+,
25 Motif
/LessTif
, MS Windows
, Mac
) from the same
source code.
28 Summary: The GTK
+ 1.2 port of the wxWindows library
33 Header files
for the wxGTK
, the GTK
+ 1.2 port of the wxWindows library.
37 .
/configure
--prefix
=%{pref} --enable-threads
--disable
-std_iostreams
--with
-odbc
40 if [ "$SMP"
!= ""
]; then
41 export MAKE
="
make -j$SMP"
48 rm -rf $RPM_BUILD_ROOT
49 make prefix
=$RPM_BUILD_ROOT
%{pref} install
52 rm -rf $RPM_BUILD_ROOT
61 %defattr (644, root
, root
, 755)
62 %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
65 %attr(755, -, -) %{pref}/lib
/libwx_gtk
*
68 %defattr (644, root
, root
, 755)
69 %dir %{pref}/include
/wx
73 %attr(755, -, -) %{pref}/bin
/wx
-config