]> git.pld-linux.org Git - packages/ekg.git/blob - ekg.spec
- ver 20011109
[packages/ekg.git] / ekg.spec
1 %define         snapshot        20011109
2 Summary:        A client compatible with Gadu-Gadu      
3 Summary(pl):    Eksperymentalny Klient Gadu-Gadu        
4 Name:           ekg             
5 Version:        0.9.0.%{snapshot}
6 Release:        1
7 License:        GPL
8 Group:          Networking/Utilities
9 Group(de):      Netzwerkwesen/Werkzeuge
10 Group(es):      Red/Utilitarios
11 Group(pl):      Sieciowe/Narzêdzia
12 Group(pt_BR):   Rede/Utilitários
13 Source0:        http://dev.null.pl/ekg/%{name}-%{snapshot}.tar.gz
14 URL:            http://dev.null.pl/ekg/ 
15 BuildRequires:  ncurses-devel
16 BuildRequires:  readline-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A client compatible with Gadu-Gadu.
21
22 %description -l pl
23 Eksperymentalny Klient Gadu-Gadu.
24
25 %prep
26 %setup -q -n %{name}-%{snapshot} 
27
28 %build
29 ./configure \
30         %{?!debug:--without-debug}
31 make
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install ekg     $RPM_BUILD_ROOT%{_bindir}
38
39 gzip -9nf ChangeLog README docs/* 
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz docs/*
47 %attr(755,root,root) %{_bindir}/* 
This page took 0.023788 seconds and 3 git commands to generate.