]> git.saurik.com Git - wxWidgets.git/blame - wxGTK.spec
More helpful Unicode stuff.
[wxWidgets.git] / wxGTK.spec
CommitLineData
d345e841 1Summary: The GTK+ 1.2 port of wxWindows library
f14a5b55 2Name: wxGTK
d345e841 3Version: 2.1.0
f14a5b55 4Release: 1
2a29700e 5Copyright: wxWindows Licence
f14a5b55 6Group: X11/Libraries
034be888 7Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK21b.tgz
f14a5b55 8URL: http://www.freiburg.linux.de/~wxxt/docs.html
2a29700e 9Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
d345e841 10Requires: 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..."
15Provides: wxwin
16
f14a5b55 17%description
212d0bb3
VZ
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.
f14a5b55
RR
22
23%prep
24%setup -n wxGTK
bbe0af5b 25./configure --prefix=/usr --with-threads
f14a5b55
RR
26
27%build
2a29700e 28make
f14a5b55
RR
29
30%install
31make 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