]> git.pld-linux.org Git - packages/tkrat.git/blob - tkrat.spec
- converted to UTF-8
[packages/tkrat.git] / tkrat.spec
1 Summary:        A Tcl/Tk Mail User Agent
2 Summary(pl.UTF-8):   Program pocztowy z interfejsem Tcl/Tk
3 Name:           tkrat
4 Version:        2.0.3
5 Release:        1
6 License:        BSD
7 Group:          X11/Applications/Networking
8 Source0:        http://www.tkrat.org/downloads/stable/%{name}-%{version}.tar.gz
9 # Source0-md5:  484f46b21af62705cb8948c821c8bfdb
10 Patch0:         %{name}-ac.patch
11 URL:            http://www.tkrat.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  tk-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 TkRat is a modern Mail User Agent tkat speaks MIME. It has an inteface
20 built in Tcl/Tk and kernel written in C. Also features POP, IMAP and
21 pgp support.
22
23 %description -l pl.UTF-8
24 TkRat jest nowoczesnym programem pocztowym znającym MIME. Jego
25 interfejs jest zbudowany w Tcl/Tk, a jądro napisane in C. TkRat może
26 być klientem POP oraz IMAP, wykorzystuje też pgp/GnuPg.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %configure2_13 \
36         --with-install-prefix=$RPM_BUILD_ROOT
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 %{__make} install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc BLURB CONFIGURATION COPYRIGHT README
50 %doc doc/{changes,interface,userproc.example,userprocs}
51 %attr(755,root,root) %{_bindir}/tkrat
52 %{_libdir}/tkrat2.0
53 %{_datadir}/tkrat2.0
54 %{_mandir}/*/*
This page took 0.049914 seconds and 3 git commands to generate.