]>
Commit | Line | Data |
---|---|---|
f14a5b55 RR |
1 | Summary: The GTK+ 1.0 port of wxWindows library |
2 | Name: wxGTK | |
3 | Version: 2b1 | |
4 | Release: 1 | |
5 | Copyright: LGPL | |
6 | Group: X11/Libraries | |
7 | Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK2b1.tgz | |
8 | URL: http://www.freiburg.linux.de/~wxxt/docs.html | |
9 | Packager: Michael Kiefte <mkiefte@gpu.srv.ualberta.ca> | |
10 | Requires: gtk+ >= 1.0.4 | |
11 | ||
12 | %description | |
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. | |
14 | ||
15 | %prep | |
16 | %setup -n wxGTK | |
17 | ./configure --with-threads | |
18 | ||
19 | %build | |
20 | make src | |
21 | ||
22 | %install | |
23 | make install | |
24 | ||
25 | %post | |
26 | /sbin/ldconfig | |
27 | ||
28 | %postun | |
29 | /sbin/ldconfig | |
30 | ||
31 | %files | |
32 | %doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt | |
33 | /usr/local/include | |
34 | /usr/local/lib |