]> git.pld-linux.org Git - packages/astfax.git/blob - astfax.spec
- pl
[packages/astfax.git] / astfax.spec
1 Summary:        Asterisk Fax
2 Summary(pl):    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
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.088136 seconds and 4 git commands to generate.