]> git.pld-linux.org Git - packages/geg.git/blob - geg.spec
- adapterized.
[packages/geg.git] / geg.spec
1 Summary:        A program for drawing two-dimensional mathematical functions
2 Summary(pl):    Program do rysowania dwuwymiarowych wykresów funkcji matematycznych
3 Name:           geg
4 Version:        1.0.2
5 Release:        2
6 License:        GPL
7 Group:          Applications/Engineering
8 Source0:        http://www.infolaunch.com/~daveb/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 BuildRequires:  gtk+-devel
12 URL:            http://www.infolaunch.com/~daveb/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17
18 %description
19 Geg (GTK+ Equation Grapher)is a simple program which will draw
20 two-dimensional mathematical functions (e.g., f(x) = 3 + sin(x/2)).
21 Geg allows you view multiple functions simultaneously, with each
22 function drawn in a different color. Functions can be selectively
23 erased. Geg's view can be zoomed in and out on selected regions.
24
25 %description -l pl
26 Geg (GTK+ Equation Grapher) jest prostym programem rysuj±cym wykresy
27 funkcji matematycznych (np. f(x) = 3 + sin(x/2)). Geg pozwala ci na
28 ogl±danie wielu wykresów równocze¶nie, przy czym ka¿da funkcja jest
29 rysowana innym kolorem. Funkcje mog± byæ selektywnie usuwane. Widok
30 okreslonych regionów mo¿e byæ powiêkszany i zmniejszany.
31
32 %prep
33 %setup -q
34
35 %build
36 rm -f missing
37 aclocal
38 autoconf
39 automake -a -c
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install DESTDIR=$RPM_BUILD_ROOT
47
48 gzip -9nf AUTHORS ChangeLog NEWS README
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc *.gz
56 %attr(755,root,root) %{_bindir}/*
57 %{_mandir}/man1/*
This page took 0.067317 seconds and 3 git commands to generate.