]> git.pld-linux.org Git - packages/flek.git/blob - flek.spec
034d3e15e04df874e55f0935df40d06b70413055
[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 Group(de):      X11/Libraries
8 Group(es):      X11/Bibliotecas
9 Group(fr):      X11/Librairies
10 Group(pl):      X11/Biblioteki
11 Group(pt_BR):   X11/Bibliotecas
12 Group(ru):      X11/âÉÂÌÉÏÔÅËÉ
13 Group(uk):      X11/â¦Â̦ÏÔÅËÉ
14 Source0:        ftp://flek.sourceforge.net/pub/%{name}/%{name}-%{version}.agenda.tar.gz
15 URL:            http://flek.sourceforge.net
16 BuildRequires:  OpenGL-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  fltk-devel >= 1.0.11-3
20 BuildRequires:  libjpeg-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24
25 %description
26 Flek hopes to provide the same layer of functionality for Fltk that
27 Gnome and KDE do for the Gtk and Qt toolkits, respectively.
28 Applications written with Flek should work cooperatively with
29 applications written in either Gnome or KDE. Flek does not necessarily
30 intend to become a self contained desktop environment and we don't
31 plan on duplicating the work of either Gnome or KDE in this regard.
32 Aren't there enough IRC clients? ;-)
33
34 %prep
35 %setup  -q -n %{name}-%{version}.agenda
36
37 %build
38 aclocal
39 autoconf
40 %configure
41
42 %{__make} src
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT
47
48 %{__make} install DESTDIR=$RPM_BUILD_ROOT
49
50 gzip -9nf README
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
This page took 0.080759 seconds and 2 git commands to generate.