]> git.pld-linux.org Git - packages/gg2.git/blob - gg2.spec
PLD initial and experimental release
[packages/gg2.git] / gg2.spec
1
2 %define         snap 20021123
3
4 Summary:        GNU Gadu - free talking for GTK+2
5 Summary(pl):    GNU Gadu - wolne gadanie dla GTK+2
6 Name:           gg2
7 Version:        0
8 Release:        0.%{snap}
9 License:        GPL
10 Group:          Applications/Communications
11 #No source for now, only snapshots
12 Source0:        %{name}-%{snap}.tar.bz2
13 URL:            http://gadu.gnu.pl/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gtk+2-devel
17 BuildRequires:  libtlen
18 BuildRequires:  libgadu
19 BuildRequires:  gnome-panel-devel
20 BuildRequires:  esound-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24
25 %description
26 Gadu-Gadu and Tlen.pl GTK+2 client released on GNU/GPL.
27
28 %description -l pl
29 Klient Gadu-Gadu i Tlen.pl dla GTK+2 na licencji GNU/GPL.
30
31 %prep
32 %setup -q -n %{name}-%{snap}
33
34 %build
35 %{__libtoolize}
36 %{__aclocal}
37 %{__automake}
38 %{__autoconf}
39 %configure \
40         --with-docklet 
41         --with-esd
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/%{name}
This page took 0.030843 seconds and 4 git commands to generate.