]> git.pld-linux.org Git - packages/erikyyyphone.git/blame - erikyyyphone.spec
- changed Group to Applications/Communications
[packages/erikyyyphone.git] / erikyyyphone.spec
CommitLineData
f7b45a3b 1Summary: Voice over IP
2Name: erikyyyphone
3Version: 1.0.0
4Release: 1
c50cd5dc 5Group: Applications/Communications
6Group(pl): Aplikacje/Komunikacja
f7b45a3b 7License: GPL
8Source0: http://www.erikyyy.de/erikyyyphone/%{name}-%{version}.tar.gz
9Patch0: %{name}-make.patch
10BuildPrereq: libgsm
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Voice over IP
15
16%prep
17%setup -q
18%patch0 -p1
19
20%build
21automake
c50cd5dc 22CPPFLAGS="-I%{_includedir}/ncurses" ; export CPPFLAGS
f7b45a3b 23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29gzip -9nf AUTHORS README TODO
30
31%{__make} install DESTDIR=$RPM_BUILD_ROOT
32
33%clean
34rm -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.052957 seconds and 4 git commands to generate.