]> git.pld-linux.org Git - packages/flek.git/blame - flek.spec
- based on template
[packages/flek.git] / flek.spec
CommitLineData
d0d683b6 1Summary: High level cross-platform "environment" libraries based on Fltk
2Name: flek
3Version: 0.2
4Release: 1
5License: GPL
6Group: X11/Libraries
7Source0: ftp://flek.sourceforge.net/pub/%{name}/%{name}-%{version}.agenda.tar.gz
8URL: http://flek.sourceforge.net
9BuildRequires: fltk-devel >= 1.0.11-3
10BuildRequires: libjpeg-devel
11BuildRequires: OpenGL-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%define _prefix /usr/X11R6
15
16%description
17Flek hopes to provide the same layer of functionality for Fltk that Gnome
18and KDE do for the Gtk and Qt toolkits, respectively. Applications written
19with Flek should work cooperatively with applications written in either
20Gnome or KDE. Flek does not necessarily intend to become a self contained
21desktop environment and we don't plan on duplicating the work of either
22Gnome or KDE in this regard. Aren't there enough IRC clients? ;-)
23
24%prep
25%setup -q -n %{name}-%{version}.agenda
26
27%build
28%configure2_13 \
29 --with-fltk=%{_prefix}
30
31%{__make} src
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36install -d $RPM_BUILD_ROOT
37
38%{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40gzip -9nf README
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
This page took 0.065255 seconds and 4 git commands to generate.