]> git.saurik.com Git - wxWidgets.git/blame - wxGTK.spec
* Added doc on wxStreamBase,Input/OutputStream,Filter (well, some have to be
[wxWidgets.git] / wxGTK.spec
CommitLineData
f14a5b55
RR
1Summary: The GTK+ 1.0 port of wxWindows library
2Name: wxGTK
5b077d48 3Version: 2.0 beta 2
f14a5b55
RR
4Release: 1
5Copyright: LGPL
6Group: X11/Libraries
5b077d48 7Source0: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source
f14a5b55
RR
8URL: http://www.freiburg.linux.de/~wxxt/docs.html
9Packager: Michael Kiefte <mkiefte@gpu.srv.ualberta.ca>
10Requires: gtk+ >= 1.0.4
11
12%description
bbe0af5b 13wxWindows 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.
f14a5b55
RR
14
15%prep
16%setup -n wxGTK
bbe0af5b 17./configure --prefix=/usr --with-threads
f14a5b55
RR
18
19%build
20make src
21
22%install
23make install
24
25%post
26/sbin/ldconfig
27
28%postun
29/sbin/ldconfig
30
31%files
5b077d48 32%doc docs/gtk/COPYING.LIB docs/gtk/install.txt docs/gtk/licence.txt docs/gtk/readme.txt docs/symbols.txt docs/gtk/todo.txt
bbe0af5b
RR
33/usr/include/wx
34/usr/lib/wx
5b077d48
RR
35/usr/lib/libwx_gtk2.a
36/usr/lib/libwx_gtk2.so
37/usr/lib/libwx_gtk2.so.0
38/usr/lib/libwx_gtk2.so.0.1
bbe0af5b 39/usr/bin/wx-config