]> git.pld-linux.org Git - packages/cbb.git/blob - cbb.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[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 BuildRequires:  automake
15 BuildRequires:  autoconf
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 Requires:       tcl >= 7.4, tk >= 4.0, gnuplot
18
19
20 %description
21 CBB is a personal financial management application written in Tcl/Tk
22 and Perl (it contains no compiled code) and utilizing a simple (tab
23 delimited) data file format. CBB provides a simple interface for users
24 to balance their checkbooks and to add their own reports, graphs, and
25 external modules without having to modify any of the CBB source.
26
27 %description -l pl
28 CBB jest mened¿erem finansów osobistych napisanym w Tcl/Tk i Perlu
29 (nie zawiera kompilownego kodu) i u¿ywa prostego formatu plików z
30 danymi. CBB ma prosty interfejs i daje siê ³atwo rozbudowywaæ bez
31 modyfikacji kodu.
32
33 %prep
34 %setup -q
35
36 %build
37 rm -f missing
38 aclocal
39 autoconf
40 automake -a -c
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} \
47         prefix=%{_prefix} \
48         DESTDIR=$RPM_BUILD_ROOT \
49         install
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc Announce Bugs COPYING FAQ README THANKS Todo Version
57 %attr(755,root,root) %{_bindir}/cbb
58 %attr(755,root,root) %{_bindir}/dialog4duplicate
59 %{_libdir}/cbb
This page took 0.066501 seconds and 3 git commands to generate.