]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxGTK.spec
These at least compiles in Unicode mode...
[wxWidgets.git] / wxGTK.spec
... / ...
CommitLineData
1Summary: The GTK+ 1.2 port of wxWindows library
2Name: wxGTK
3Version: 2.1.0
4Release: 1
5Copyright: wxWindows Licence
6Group: X11/Libraries
7Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK21b.tgz
8URL: http://www.freiburg.linux.de/~wxxt/docs.html
9Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
10Requires: 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..."
15Provides: wxwin
16
17%description
18wxWindows is a free C++ library for cross-platform GUI development.
19With wxWindows, you can create applications for different GUIs (GTK+,
20Motif/LessTif, MS Windows, Mac) from the same source code.
21This package also contains a dialog editor.
22
23%prep
24%setup -n wxGTK
25./configure --prefix=/usr --with-threads
26
27%build
28make
29
30%install
31make 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