simple spec for RPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9d133d8787
commit
f14a5b5551
34
wxGTK.spec
Normal file
34
wxGTK.spec
Normal file
@ -0,0 +1,34 @@
|
||||
Summary: The GTK+ 1.0 port of wxWindows library
|
||||
Name: wxGTK
|
||||
Version: 2b1
|
||||
Release: 1
|
||||
Copyright: LGPL
|
||||
Group: X11/Libraries
|
||||
Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK2b1.tgz
|
||||
URL: http://www.freiburg.linux.de/~wxxt/docs.html
|
||||
Packager: Michael Kiefte <mkiefte@gpu.srv.ualberta.ca>
|
||||
Requires: gtk+ >= 1.0.4
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -n wxGTK
|
||||
./configure --with-threads
|
||||
|
||||
%build
|
||||
make src
|
||||
|
||||
%install
|
||||
make install
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING.LIB INSTALL.txt LICENCE.txt README.txt SYMBOLS.txt TODO.txt
|
||||
/usr/local/include
|
||||
/usr/local/lib
|
Loading…
Reference in New Issue
Block a user