]> git.pld-linux.org Git - packages/asterisk-chan_capi.git/blob - asterisk-chan_capi.spec
- Up to 1.1.5
[packages/asterisk-chan_capi.git] / asterisk-chan_capi.spec
1 # TODO: optflags
2 Summary:        Asterisk ISDN CAPI channel driver
3 Summary(pl.UTF-8):      Sterownik kanału CAPI ISDN dla Asteriska
4 Name:           asterisk-chan_capi
5 Version:        1.1.5
6 Release:        1
7 License:        GPL
8 Group:          Applications
9 Source0:        ftp://ftp.chan-capi.org/chan-capi/chan_capi-%{version}.tar.gz
10 # Source0-md5:  78ec53c5964fd1bddfd68bf0d13dea9d
11 URL:            http://www.melware.org/ChanCapi
12 BuildRequires:  asterisk-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ISDN CAPI Channel driver (chan_capi) for the Asterisk Open Source VOIP
17 Platform.
18
19 %description -l pl.UTF-8
20 Sterownik kanału CAPI ISDN (chan_capi) dla Asteriska - platformy VOIP
21 o otwartych źródłach.
22
23 %prep
24 %setup -q -n chan_capi-%{version}
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         DEBUG=""
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -D chan_capi.so $RPM_BUILD_ROOT%{_libdir}/asterisk/modules/chan_capi.so
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README capi.conf
41 %attr(755,root,root) %{_libdir}/asterisk/modules/*
This page took 0.07043 seconds and 3 git commands to generate.