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