]> git.pld-linux.org Git - packages/asterisk-addons.git/blob - asterisk-addons.spec
- pl
[packages/asterisk-addons.git] / asterisk-addons.spec
1 Summary:        Additional modules for Asterisk
2 Summary(pl):    Dodatkowe modu³y dla Asteriska
3 Name:           asterisk-addons
4 Version:        1.0.7
5 Release:        0.1
6 License:        BSD
7 Group:          Applications/System
8 Source0:        ftp://ftp.digium.com/pub/asterisk/%{name}-%{version}.tar.gz
9 # Source0-md5:  4862b14d78cd1c4079a48c00d35696f9
10 URL:            http://www.asterisk.org/
11 BuildRequires:  asterisk-devel >= 1.0.0
12 BuildRequires:  mysql-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Additional modules for Asterisk which are, for one reason or another,
17 not included in the normal base distribution. Many of these modules
18 are experimental.
19
20 %description -l pl
21 Dodatkowe modu³y dla Asteriska które z ró¿nych powodów nie zosta³y 
22 w³±czone do g³ównej dystrybucji. Wiele z tych modu³ów jest 
23 experymentalnych.
24
25 %prep
26 %setup -q
27 sed -i -e s'#CFLAGS+=-I../asterisk#CFLAGS+=-I/usr/include/asterisk#g' Makefile
28
29 %build
30 %{__make} \
31         CC="%{__cc}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
This page took 0.214207 seconds and 3 git commands to generate.