From d0d683b67c834a6aa6631fb3dc34fabd6fcb289b Mon Sep 17 00:00:00 2001 From: wrobell Date: Thu, 23 Aug 2001 17:54:35 +0000 Subject: [PATCH] - based on template Changed files: flek.spec -> 1.1 --- flek.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 flek.spec diff --git a/flek.spec b/flek.spec new file mode 100644 index 0000000..a556845 --- /dev/null +++ b/flek.spec @@ -0,0 +1,46 @@ +Summary: High level cross-platform "environment" libraries based on Fltk +Name: flek +Version: 0.2 +Release: 1 +License: GPL +Group: X11/Libraries +Source0: ftp://flek.sourceforge.net/pub/%{name}/%{name}-%{version}.agenda.tar.gz +URL: http://flek.sourceforge.net +BuildRequires: fltk-devel >= 1.0.11-3 +BuildRequires: libjpeg-devel +BuildRequires: OpenGL-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 + +%description +Flek hopes to provide the same layer of functionality for Fltk that Gnome +and KDE do for the Gtk and Qt toolkits, respectively. Applications written +with Flek should work cooperatively with applications written in either +Gnome or KDE. Flek does not necessarily intend to become a self contained +desktop environment and we don't plan on duplicating the work of either +Gnome or KDE in this regard. Aren't there enough IRC clients? ;-) + +%prep +%setup -q -n %{name}-%{version}.agenda + +%build +%configure2_13 \ + --with-fltk=%{_prefix} + +%{__make} src + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +gzip -9nf README + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) -- 2.43.0