]> git.pld-linux.org Git - packages/ekg.git/blob - ekg.spec
new snap
[packages/ekg.git] / ekg.spec
1 %define         snapshot        2001100102
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 make
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install ekg     $RPM_BUILD_ROOT%{_bindir}
37
38 gzip -9nf ChangeLog README docs/* 
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz docs/*
46 %attr(755,root,root) %{_bindir}/* 
This page took 0.052021 seconds and 4 git commands to generate.