]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
- initial release
[packages/erikyyyphone.git] / erikyyyphone.spec
1 Summary:        Voice over IP
2 Name:           erikyyyphone
3 Version:        1.0.0
4 Release:        1
5 Group:          Applications/Sound      
6 Group(pl):      Aplikacje/D¼wiêk
7 License:        GPL
8 Source0:        http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 BuildPrereq:    libgsm
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Voice over IP
15
16 %prep
17 %setup  -q
18 %patch0 -p1
19
20 %build
21 automake
22 CPPFLAGS="-I/usr/include/ncurses" ; export CPPFLAGS
23 %configure
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 gzip -9nf AUTHORS README TODO
30
31 %{__make} install DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc {AUTHORS,README,TODO}.gz
39 %attr(755,root,root) %{_bindir}/*
This page took 0.094797 seconds and 3 git commands to generate.