1999-01-05 18:46:22 +00:00
|
|
|
Summary: The GTK+ 1.0 port of wxWindows library
|
|
|
|
Name: wxGTK
|
1999-01-30 15:58:31 +00:00
|
|
|
Version: 1.99.3
|
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-01-29 12:54:50 +00:00
|
|
|
Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK2b3.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-01-05 18:46:22 +00:00
|
|
|
Requires: gtk+ >= 1.0.4
|
|
|
|
|
|
|
|
%description
|
1999-01-08 20:33:18 +00:00
|
|
|
wxWindows is a free C++ library for cross-platform GUI development. With wxWindows, you can create applications for different GUIs 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
|
|
|
|
/usr/lib/libwx_gtk2.so.0
|
|
|
|
/usr/lib/libwx_gtk2.so.0.1
|
1999-01-08 20:33:18 +00:00
|
|
|
/usr/bin/wx-config
|
1999-01-29 12:54:50 +00:00
|
|
|
|