]> git.pld-linux.org Git - packages/gg2.git/blame - gg2.spec
PLD initial and experimental release
[packages/gg2.git] / gg2.spec
CommitLineData
85a8a1cc 1
2%define snap 20021123
3
4Summary: GNU Gadu - free talking for GTK+2
5Summary(pl): GNU Gadu - wolne gadanie dla GTK+2
6Name: gg2
7Version: 0
8Release: 0.%{snap}
9License: GPL
10Group: Applications/Communications
11#No source for now, only snapshots
12Source0: %{name}-%{snap}.tar.bz2
13URL: http://gadu.gnu.pl/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: gtk+2-devel
17BuildRequires: libtlen
18BuildRequires: libgadu
19BuildRequires: gnome-panel-devel
20BuildRequires: esound-devel
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _prefix /usr/X11R6
24
25%description
26Gadu-Gadu and Tlen.pl GTK+2 client released on GNU/GPL.
27
28%description -l pl
29Klient 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
45rm -rf $RPM_BUILD_ROOT
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -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.067216 seconds and 4 git commands to generate.