]> git.pld-linux.org Git - packages/gfpoken.git/blob - gfpoken.spec
- fixed previous commit comment and adapterize spec file.
[packages/gfpoken.git] / gfpoken.spec
1 Summary:        BlackBox-type game for GTK inspired by Marble
2 Summary(pl):    Zainspirowana przez Marble gra dla GTK
3 Name:           gfpoken
4 Version:        0.25
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Group(de):      X11/Applikationen/Spiele
9 Group(es):      X11/Aplicaciones/Juegos
10 Group(fr):      X11/Applications/Jeux
11 Group(pl):      X11/Aplikacje/Gry
12 Group(pt):      X11/Aplicações/Jogos
13 Source0:        http://gfpoken.bigw.org/%{name}-%{version}.tar.gz
14 URL:            http://gfpoken.bigw.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gtk+-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21
22 %description
23 BlackBox-type game for GTK inspired by Marble.
24
25 %description -l pl
26 Zainspirowana przez Marble gra dla GTK.
27
28 %prep
29 %setup -q
30
31 %build
32 rm -f missing
33 aclocal
34 autoconf
35 automake -a -c
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir}}
42
43 install gfpoken $RPM_BUILD_ROOT%{_bindir}
44 install iconpix.h $RPM_BUILD_ROOT%{_pixmapsdir}/gfpoken.xpm
45
46 gzip -9nf AUTHORS ChangeLog README
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc *.gz
54 %attr(755,root,root) %{_bindir}/*
55 %{_pixmapsdir}/*
This page took 0.073305 seconds and 4 git commands to generate.