]> git.pld-linux.org Git - packages/abook.git/blob - abook.spec
- release 2,
[packages/abook.git] / abook.spec
1 Summary:        Text-based addressbook program
2 Name:           abook
3 Version:        0.4.11
4 Release:        2
5 License:        GPL
6 Group:          Applications/Mail
7 Group(de):      Applikationen/Post
8 Group(pl):      Aplikacje/Poczta
9 Group(pt):      Aplicações/Correio Eletrônico
10 Source0:        ftp://abook.sourceforge.net/pub/abook/%{name}-%{version}.tar.gz
11 URL:            http://members.linuxstart.com/~jheinonen/abook/
12 BuildRequires:  ncurses-devel >= 5.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Abook is a text-based addressbook program designed to use with mutt
17 mail client.
18
19 %prep
20 %setup -q
21
22 %build
23 autoheader
24 aclocal
25 autoconf
26 automake -a -c
27 %configure 
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 gzip -9nf AUTHORS BUGS ChangeLog NEWS README THANKS TODO
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/man[15]/*
This page took 0.382372 seconds and 4 git commands to generate.