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