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