]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone.spec
ceef31d5aaf70442762cfa8f24ea32f843baaf35
[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 Group(de):      Applikationen/Kommunikation
8 Group(pl):      Aplikacje/Komunikacja
9 License:        GPL
10 Source0:        http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-make.patch
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 aclocal
28 automake -a -c
29 CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 gzip -9nf AUTHORS README TODO
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc {AUTHORS,README,TODO}.gz
46 %attr(755,root,root) %{_bindir}/*
This page took 0.017367 seconds and 2 git commands to generate.