]> git.pld-linux.org Git - packages/gfpoken.git/blob - gfpoken.spec
- initial release.
[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(pl):      X11/Aplikacje/Gry
10 Source0:        http://gfpoken.bigw.org/%{name}-%{version}.tar.gz
11 URL:            http://gfpoken.bigw.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18
19 %description
20 BlackBox-type game for GTK inspired by Marble.
21
22 %description -l pl
23 Zainspirowana przez Marble gra dla GTK.
24
25 %prep
26 %setup -q
27
28 %build
29 rm -f missing
30 aclocal
31 autoconf
32 automake -a
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir}}
39
40 install gfpoken $RPM_BUILD_ROOT%{_bindir}
41 install iconpix.h $RPM_BUILD_ROOT%{_pixmapsdir}/gfpoken.xpm
42
43 gzip -9nf AUTHORS ChangeLog README
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc *.gz
51 %attr(755,root,root) %{_bindir}/*
52 %{_pixmapsdir}/*
This page took 0.061371 seconds and 4 git commands to generate.