Summary: Text-based addressbook program for mutt Summary(pl): Tekstowa książka adresowa dla klienta pocztowego mutt Name: abook Version: 0.4.17 Release: 3 License: GPL Group: Applications/Mail Source0: http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz # Source0-md5: ec1cbee2c10b677ecbeb36a144c5eaf0 Patch0: %{name}-etc_dir.patch URL: http://abook.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: ncurses-devel >= 5.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Abook is a text-based addressbook program designed to use with mutt mail client. %description -l pl Abook to pracująca w trybie tekstowym książka adresowa zaprojektowana do użycia z programem pocztowym mutt. %prep %setup -q %patch0 -p1 %build rm -f missing %{__autoheader} %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man[15]/*