]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxGTK.spec
Added test for long long type. (Really trivial, see setup.h: SIZEOF_xxx)
[wxWidgets.git] / wxGTK.spec
... / ...
CommitLineData
1Summary: The GTK+ 1.0 port of wxWindows library
2Name: wxGTK
3Version: 1.99.4
4Release: 1
5Copyright: wxWindows Licence
6Group: X11/Libraries
7Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK2b4.tgz
8URL: http://www.freiburg.linux.de/~wxxt/docs.html
9Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
10Requires: gtk+ >= 1.0.4
11
12%description
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.
14
15%prep
16%setup -n wxGTK
17./configure --prefix=/usr --with-threads
18
19%build
20make
21
22%install
23make 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/include/wx
34/usr/lib/wx
35/usr/lib/libwx_gtk2.so
36/usr/lib/libwx_gtk2.so.0
37/usr/lib/libwx_gtk2.so.0.1
38/usr/bin/wx-config
39