]> git.pld-linux.org Git - packages/bygfoot.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Mon, 5 Jul 2004 21:00:03 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bygfoot.spec -> 1.1

bygfoot.spec [new file with mode: 0644]

diff --git a/bygfoot.spec b/bygfoot.spec
new file mode 100644 (file)
index 0000000..f3eb598
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       A simple football manager
+Summary(pl):   Prosty menad¿er pi³karski
+Name:          bygfoot
+Version:       1.4.0
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5: 6605c8d1fd3b02ef18934b4f2b268d9e
+URL:           http://bygfoot.sourceforge.net/
+BuildRequires: gtk+2-devel >= 2.2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bygfoot is a small and simple football manager game featuring some
+international leagues and cups. You manage a team from one such
+league: you form the team and buy and sell players.
+
+%description -l pl
+Bygfoot jest ma³ym i prostym menad¿erem pi³karskim umo¿liwiaj±cym grê
+w miêdzynarodowych ligach i pucharach. Gra polega na tworzeniu dru¿yny
+oraz kupowaniu i sprzedawaniu zawodników.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.080087 seconds and 4 git commands to generate.