]> git.pld-linux.org Git - packages/asterisk-chan_capi.git/blame - asterisk-chan_capi.spec
- init PLD spec
[packages/asterisk-chan_capi.git] / asterisk-chan_capi.spec
CommitLineData
292c29ec 1Summary: Asterisk ISDN CAPI channel driver
2Name: asterisk-chan_capi
3Version: 0.5.4
4Release: 0.1
5License: GPL
6Group: Applications
7Source0: http://dl.sourceforge.net/chan-capi/chan_capi-cm-%{version}.tar.gz
8# Source0-md5: a7a9c0f90395909ee06528f17fc608d2
9URL: http://sourceforge.net/projects/chan-capi
10BuildRequires: asterisk-devel
11BuildRequires: capi-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15ISDN CAPI Channel driver (chan_capi) for the Asterisk Open Source VOIP
16Platform.
17
18%prep
19%setup -q -n chan_capi-%{version}
20
21%build
22%{__make} \
23 CC="%{__cc}" \
24 DEBUG=""
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT/usr/lib/asterisk/modules
29
30%{__make} install \
31 INSTALL_PREFIX=$RPM_BUILD_ROOT
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%doc README capi.conf
39/usr/lib/asterisk/modules/*
This page took 0.103191 seconds and 4 git commands to generate.