]> git.saurik.com Git - wxWidgets.git/blame - wxGTK.spec
added some more URLs
[wxWidgets.git] / wxGTK.spec
CommitLineData
f14a5b55
RR
1Summary: The GTK+ 1.0 port of wxWindows library
2Name: wxGTK
b1a39f47 3Version: 2.0.1
f14a5b55 4Release: 1
2a29700e 5Copyright: wxWindows Licence
f14a5b55 6Group: X11/Libraries
b1a39f47 7Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK201.tgz
f14a5b55 8URL: http://www.freiburg.linux.de/~wxxt/docs.html
2a29700e 9Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
f14a5b55
RR
10Requires: gtk+ >= 1.0.4
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
RR
43/usr/lib/libwx_gtk2.so
44/usr/lib/libwx_gtk2.so.0
45/usr/lib/libwx_gtk2.so.0.1
bbe0af5b 46/usr/bin/wx-config
2a29700e 47