]> git.pld-linux.org Git - packages/astfax.git/blob - astfax.spec
- tabs in preamble
[packages/astfax.git] / astfax.spec
1 Summary:        Asterisk Fax
2 Summary(pl.UTF-8):      Fax dla Asteriska
3 Name:           astfax
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.inter7.com/astfax/%{name}-%{version}.tar.gz
9 # Source0-md5:  66e4ef4efc42b3b136bfa81b77552bf5
10 URL:            http://www.inter7.com/index.php?page=astfax
11 BuildRequires:  eps-devel >= 1.5
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 AstFax provides an outgoing email to fax gateway for the Asterisk PBX
16 package. Incoming fax to email can also be configured so your Asterisk
17 server can act as both an outgoing and incoming fax server.
18
19 %description -l pl.UTF-8
20 AstFax udostępnia bramkę z wychodzącej poczty na fax dla pakietu
21 Asterisk PBX. Można także skonfigurować bramkę z przychodzących faksów
22 na pocztę, więc serwer Asterisk może działać jako serwer faksów
23 wychodzących i przychodzących.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} \
30         CC="%{__cc} %{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install ast_fax $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ast_fax.call ChangeLog README testfax.*
44 %attr(755,root,root) %{_bindir}/*
This page took 0.064548 seconds and 3 git commands to generate.