1999-04-01 12:14:30 +00:00
|
|
|
Summary: The GTK+ 1.2 port of wxWindows library
|
1999-01-05 18:46:22 +00:00
|
|
|
Name: wxGTK
|
1999-04-01 12:14:30 +00:00
|
|
|
Version: 2.1.0
|
1999-01-05 18:46:22 +00:00
|
|
|
Release: 1
|
1999-01-29 12:54:50 +00:00
|
|
|
Copyright: wxWindows Licence
|
1999-01-05 18:46:22 +00:00
|
|
|
Group: X11/Libraries
|
1999-04-01 12:14:30 +00:00
|
|
|
Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK210.tgz
|
1999-01-05 18:46:22 +00:00
|
|
|
URL: http://www.freiburg.linux.de/~wxxt/docs.html
|
1999-01-29 12:54:50 +00:00
|
|
|
Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
|
1999-04-01 12:14:30 +00:00
|
|
|
Requires: gtk+ >= 1.2.0
|
1999-01-05 18:46:22 +00:00
|
|
|
|
1999-02-27 23:16:54 +00:00
|
|
|
# all packages providing an implementation of wxWindows library (regardless of
|
|
|
|
# the toolkit used) should provide the (virtual) wxwin package, this makes it
|
|
|
|
# possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..."
|
|
|
|
Provides: wxwin
|
|
|
|
|
1999-01-05 18:46:22 +00:00
|
|
|
%description
|
1999-02-27 23:16:54 +00:00
|
|
|
wxWindows is a free C++ library for cross-platform GUI development.
|
|
|
|
With wxWindows, you can create applications for different GUIs (GTK+,
|
|
|
|
Motif/LessTif, MS Windows, Mac) from the same source code.
|
|
|
|
This package also contains a dialog editor.
|
1999-01-05 18:46:22 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n wxGTK
|
1999-01-08 20:33:18 +00:00
|
|
|
./configure --prefix=/usr --with-threads
|
1999-01-05 18:46:22 +00:00
|
|
|
|
|
|
|
%build
|
1999-01-29 12:54:50 +00:00
|
|
|
make
|
1999-01-05 18:46:22 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
1999-01-29 12:54:50 +00:00
|
|
|
%doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
|
1999-01-08 20:33:18 +00:00
|
|
|
/usr/include/wx
|
|
|
|
/usr/lib/wx
|
1999-01-21 19:02:18 +00:00
|
|
|
/usr/lib/libwx_gtk2.so
|
1999-04-01 12:14:30 +00:00
|
|
|
/usr/lib/libwx_gtk2.so.1
|
|
|
|
/usr/lib/libwx_gtk2.so.1.0
|
1999-01-08 20:33:18 +00:00
|
|
|
/usr/bin/wx-config
|
1999-01-29 12:54:50 +00:00
|
|
|
|