From f14a5b55511f7c3e56beb278098a026130c8eab7 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 5 Jan 1999 18:46:22 +0000 Subject: [PATCH] simple spec for RPMs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxGTK.spec | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 wxGTK.spec diff --git a/wxGTK.spec b/wxGTK.spec new file mode 100644 index 0000000000..365e634378 --- /dev/null +++ b/wxGTK.spec @@ -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 +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