]> git.pld-linux.org Git - packages/ivcall.git/commitdiff
- initial release
authorPaweł Cyranek <pawel.cyranek@gmail.com>
Mon, 24 Jan 2005 13:23:08 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ivcall.spec -> 1.1

ivcall.spec [new file with mode: 0644]

diff --git a/ivcall.spec b/ivcall.spec
new file mode 100644 (file)
index 0000000..bc9173f
--- /dev/null
@@ -0,0 +1,48 @@
+# TODO:
+# - Summary, desc
+Summary:       A Linux tool for doing automated ISDN voice calls
+Name:          ivcall
+Version:       0.4
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Communications
+Source0:       http://freshmeat.net/redir/ivcall/4638/url_tgz/%{name}-%{version}.tar.gz
+# Source0-md5: 643619c81f83ba0a05aa2497ce12c035
+URL:           http://0pointer.de/lennart/projects/ivcall/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ivcall is a small utility which may be used to make automated
+telephone calls with your isdn4linux supported ISDN card. Outgoing
+calls are supported as well as incoming calls. The audio data recieved
+from the peer is written to STDOUT, audio data read from STDIN is send
+to the peer. The audio data is in raw 8 bit uLaw 8 KHz format, without
+any headers.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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 README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/ivcall.1*
This page took 0.067915 seconds and 4 git commands to generate.