]> git.pld-linux.org Git - packages/bygfoot.git/blob - bygfoot.spec
- updated to 1.6.2
[packages/bygfoot.git] / bygfoot.spec
1 Summary:        A simple football manager
2 Summary(pl):    Prosty menad¿er pi³karski
3 Name:           bygfoot
4 Version:        1.6.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  ef97bdaa0eec3e86c574bcc78fe4b069
10 URL:            http://bygfoot.sourceforge.net/
11 BuildRequires:  gtk+2-devel >= 2.2.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Bygfoot is a small and simple football manager game featuring some
16 international leagues and cups. You manage a team from one such
17 league: you form the team and buy and sell players.
18
19 %description -l pl
20 Bygfoot jest ma³ym i prostym menad¿erem pi³karskim umo¿liwiaj±cym grê
21 w miêdzynarodowych ligach i pucharach. Gra polega na tworzeniu dru¿yny
22 oraz kupowaniu i sprzedawaniu zawodników.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README TODO
43 %attr(755,root,root) %{_bindir}/*
44 %{_datadir}/%{name}
45 %{_mandir}/man?/%{name}*
This page took 0.082637 seconds and 3 git commands to generate.