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