]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
- next part of small fixes inpired by kloczek :)
[packages/erikyyyphone.git] / erikyyyphone.spec
1 Summary:        Voice over IP
2 Summary(pl):    G³os po IP
3 Name:           erikyyyphone
4 Version:        1.0.0
5 Release:        1
6 Group:          Applications/Communications
7 License:        GPL
8 Source0:        http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
9 # Source0-md5:  73f970392906a0bbadae025758c2faca
10 Patch0:         %{name}-make.patch
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libgsm-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Voice over IP.
18
19 %description -l pl
20 G³os po IP.
21
22 %prep
23 %setup  -q
24 %patch0 -p1
25
26 %build
27 rm -f missing
28 %{__aclocal}
29 %{__autoconf}
30 %{__automake}
31 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
32 %configure
33 %{__make}
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)
46 %doc AUTHORS README TODO
47 %attr(755,root,root) %{_bindir}/*
This page took 0.029137 seconds and 4 git commands to generate.