]>
Commit | Line | Data |
---|---|---|
1 | Summary: The GTK+ 1.2 port of wxWindows library | |
2 | Name: wxGTK | |
3 | Version: 2.1.0 | |
4 | Release: 1 | |
5 | Copyright: wxWindows Licence | |
6 | Group: X11/Libraries | |
7 | Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK21b.tgz | |
8 | URL: http://www.freiburg.linux.de/~wxxt/docs.html | |
9 | Packager: Robert Roebling <roebling@ruf.uni-freiburg.de> | |
10 | Requires: gtk+ >= 1.2.0 | |
11 | ||
12 | # all packages providing an implementation of wxWindows library (regardless of | |
13 | # the toolkit used) should provide the (virtual) wxwin package, this makes it | |
14 | # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..." | |
15 | Provides: wxwin | |
16 | ||
17 | %description | |
18 | wxWindows is a free C++ library for cross-platform GUI development. | |
19 | With wxWindows, you can create applications for different GUIs (GTK+, | |
20 | Motif/LessTif, MS Windows, Mac) from the same source code. | |
21 | This package also contains a dialog editor. | |
22 | ||
23 | %prep | |
24 | %setup -n wxGTK | |
25 | ./configure --prefix=/usr --with-threads | |
26 | ||
27 | %build | |
28 | make | |
29 | ||
30 | %install | |
31 | make install | |
32 | ||
33 | %post | |
34 | /sbin/ldconfig | |
35 | ||
36 | %postun | |
37 | /sbin/ldconfig | |
38 | ||
39 | %files | |
40 | %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt | |
41 | /usr/include/wx | |
42 | /usr/lib/wx | |
43 | /usr/lib/libwx_gtk2.so | |
44 | /usr/lib/libwx_gtk2.so.1 | |
45 | /usr/lib/libwx_gtk2.so.1.0 | |
46 | /usr/bin/wx-config | |
47 |