]> git.pld-linux.org Git - packages/astfax.git/blob - astfax.spec
- propper group
[packages/astfax.git] / astfax.spec
1 Summary:        Asterisk Fax
2 Name:           astfax
3 Version:        1.0
4 Release:        1
5 License:        GPL
6 Group:          Applications/System
7 Source0:        http://www.inter7.com/astfax/%{name}-%{version}.tar.gz
8 # Source0-md5:  66e4ef4efc42b3b136bfa81b77552bf5
9 URL:            http://www.inter7.com/index.php?page=astfax
10 BuildRequires:  eps-devel >= 1.5
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 AstFax provides an outgoing email to fax gateway for the Asterisk PBX
15 package. Incoming fax to email can also be configured so your Asterisk
16 server can act as both an outgoing and incoming fax server.
17
18 %prep
19 %setup -q
20
21 %build
22 %{__make} \
23         CC="%{__cc} %{rpmcflags}"
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_bindir}
28
29 install ast_fax $RPM_BUILD_ROOT%{_bindir}
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc ast_fax.call ChangeLog README testfax.*
37 %attr(755,root,root) %{_bindir}/*
This page took 0.072082 seconds and 4 git commands to generate.