]>
Commit | Line | Data |
---|---|---|
f14a5b55 RR |
1 | Summary: The GTK+ 1.0 port of wxWindows library |
2 | Name: wxGTK | |
ab272c0b | 3 | Version: 1.99.3 |
f14a5b55 | 4 | Release: 1 |
2a29700e | 5 | Copyright: wxWindows Licence |
f14a5b55 | 6 | Group: X11/Libraries |
2a29700e | 7 | Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK2b3.tgz |
f14a5b55 | 8 | URL: http://www.freiburg.linux.de/~wxxt/docs.html |
2a29700e | 9 | Packager: Robert Roebling <roebling@ruf.uni-freiburg.de> |
f14a5b55 RR |
10 | Requires: gtk+ >= 1.0.4 |
11 | ||
12 | %description | |
bbe0af5b | 13 | 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. |
f14a5b55 RR |
14 | |
15 | %prep | |
16 | %setup -n wxGTK | |
bbe0af5b | 17 | ./configure --prefix=/usr --with-threads |
f14a5b55 RR |
18 | |
19 | %build | |
2a29700e | 20 | make |
f14a5b55 RR |
21 | |
22 | %install | |
23 | make install | |
24 | ||
25 | %post | |
26 | /sbin/ldconfig | |
27 | ||
28 | %postun | |
29 | /sbin/ldconfig | |
30 | ||
31 | %files | |
2a29700e | 32 | %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt |
bbe0af5b RR |
33 | /usr/include/wx |
34 | /usr/lib/wx | |
5b077d48 RR |
35 | /usr/lib/libwx_gtk2.so |
36 | /usr/lib/libwx_gtk2.so.0 | |
37 | /usr/lib/libwx_gtk2.so.0.1 | |
bbe0af5b | 38 | /usr/bin/wx-config |
2a29700e | 39 |