]> git.pld-linux.org Git - packages/cbb.git/blob - cbb.spec
d85c4697efbe015f0571499d74c060ad74eff4cf
[packages/cbb.git] / cbb.spec
1 Summary:        An X11 based personal finance manager
2 Summary(pl):    Program do zarz±dzania finansami osobistymi
3 Name:           cbb
4 Version:        0.8.1
5 Epoch:          1
6 Release:        4
7 Source0:        http://cbb.sourceforge.net/down/%{name}-%{version}.tar.gz
8 License:        GPL
9 Group:          Applications
10 Group(de):      Applikationen
11 Group(pl):      Aplikacje
12 URL:            http://cbb.sourceforge.net/
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 Requires:       tcl >= 7.4, tk >= 4.0, gnuplot
16
17
18 %description
19 CBB is a personal financial management application written in Tcl/Tk
20 and Perl (it contains no compiled code) and utilizing a simple (tab
21 delimited) data file format. CBB provides a simple interface for users
22 to balance their checkbooks and to add their own reports, graphs, and
23 external modules without having to modify any of the CBB source.
24
25 %description -l pl
26 CBB jest mened¿erem finansów osobistych napisanym w Tcl/Tk i Perlu
27 (nie zawiera kompilownego kodu) i u¿ywa prostego formatu plików z
28 danymi. CBB ma prosty interfejs i daje siê ³atwo rozbudowywaæ bez
29 modyfikacji kodu.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure2_13
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} prefix=%{_prefix} install
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Announce Bugs COPYING FAQ README THANKS Todo Version
48 %attr(755,root,root) %{_bindir}/cbb
49 %attr(755,root,root) %{_bindir}/dialog4duplicate
50 %{_libdir}/cbb
This page took 0.04082 seconds and 2 git commands to generate.