]> git.pld-linux.org Git - packages/geg.git/blob - geg.spec
- completly rewrited in PLD style.
[packages/geg.git] / geg.spec
1 Summary:        A program for drawing two-dimensional mathematical functions
2 Name:           geg
3 Version:        1.0.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/Engineering
7 Group(de):      Applikationen/Ingenieurwesen
8 Group(pl):      Aplikacje/In¿ynierskie
9 Source0:        http://www.infolaunch.com/~daveb/%{name}-%{version}.tar.gz
10 BuildRequires:  gtk+-devel
11 URL:            http://www.infolaunch.com/~daveb/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 Geg (GTK+ Equation Grapher)is a simple program which will draw
19 two-dimensional mathematical functions (e.g., f(x) = 3 + sin(x/2)).
20 Geg allows you view multiple functions simultaneously, with each
21 function drawn in a different color. Functions can be selectively
22 erased. Geg's view can be zoomed in and out on selected regions.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 gzip -9nf AUTHORS ChangeLog NEWS README
37
38 %clean 
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*
This page took 0.126934 seconds and 4 git commands to generate.