]>
Commit | Line | Data |
---|---|---|
d345e841 | 1 | Summary: The GTK+ 1.2 port of wxWindows library |
f14a5b55 | 2 | Name: wxGTK |
d345e841 | 3 | Version: 2.1.0 |
f14a5b55 | 4 | Release: 1 |
2a29700e | 5 | Copyright: wxWindows Licence |
f14a5b55 | 6 | Group: X11/Libraries |
034be888 | 7 | Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK21b.tgz |
f14a5b55 | 8 | URL: http://www.freiburg.linux.de/~wxxt/docs.html |
2a29700e | 9 | Packager: Robert Roebling <roebling@ruf.uni-freiburg.de> |
d345e841 | 10 | Requires: gtk+ >= 1.2.0 |
f14a5b55 | 11 | |
212d0bb3 VZ |
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 | ||
f14a5b55 | 17 | %description |
212d0bb3 VZ |
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. | |
f14a5b55 RR |
22 | |
23 | %prep | |
24 | %setup -n wxGTK | |
bbe0af5b | 25 | ./configure --prefix=/usr --with-threads |
f14a5b55 RR |
26 | |
27 | %build | |
2a29700e | 28 | make |
f14a5b55 RR |
29 | |
30 | %install | |
31 | make install | |
32 | ||
33 | %post | |
34 | /sbin/ldconfig | |
35 | ||
36 | %postun | |
37 | /sbin/ldconfig | |
38 | ||
39 | %files | |
2a29700e | 40 | %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt |
bbe0af5b RR |
41 | /usr/include/wx |
42 | /usr/lib/wx | |
5b077d48 | 43 | /usr/lib/libwx_gtk2.so |
d345e841 RR |
44 | /usr/lib/libwx_gtk2.so.1 |
45 | /usr/lib/libwx_gtk2.so.1.0 | |
bbe0af5b | 46 | /usr/bin/wx-config |
2a29700e | 47 |