]> git.pld-linux.org Git - packages/astfax.git/commitdiff
- initial
authordzeus <dzeus@pld-linux.org>
Fri, 23 Jun 2006 09:42:16 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astfax.spec -> 1.1

astfax.spec [new file with mode: 0644]

diff --git a/astfax.spec b/astfax.spec
new file mode 100644 (file)
index 0000000..20ac5b1
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Asterisk Fax
+Name:          astfax
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Libraries
+Source0:       http://www.inter7.com/astfax/%{name}-%{version}.tar.gz
+# Source0-md5: 66e4ef4efc42b3b136bfa81b77552bf5
+URL:           http://www.inter7.com/index.php?page=astfax
+BuildRequires: eps-devel >= 1.5
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AstFax provides an outgoing email to fax gateway for the Asterisk PBX
+package. Incoming fax to email can also be configured so your Asterisk
+server can act as both an outgoing and incoming fax server.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc} %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install ast_fax $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ast_fax.call ChangeLog README testfax.*
+%attr(755,root,root) %{_bindir}/*
This page took 0.073047 seconds and 4 git commands to generate.