]> git.pld-linux.org Git - packages/foobillard.git/blame - foobillard.spec
desktop file
[packages/foobillard.git] / foobillard.spec
CommitLineData
033cc133 1Summary: A free OpenGL game of playing billard.
2Name: foobillard
3Version: 2.3
4Release: 1
5Group: X11/Applications/Games
6Vendor: Florian Berger (florian.berger@aec.at,harpin_floh@yahoo.de)
7License: GPL
8URL: http://foobillard.sunsite.dk/
9Source0: http://foobillard.sunsite.dk/dnl/%{name}-%{version}.tar.gz
10Source1: %{name}.desktop
11Patch0: %{name}-include.patch
12BuildRequires: automake
13BuildRequires: autoconf
14BuildRequires: gettext-devel
15BuildRequires: intltool
16BuildRequires: SDL-devel
17BuildRequires: freetype-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _prefix /usr/X11R6
21%define _applnkdir %{_datadir}/applnk
22
23%description
24FooBillard is an attempt to create a free OpenGL-billard for Linux.
25Why foo? Well, actually I had this logo (F.B.-Florian Berger) and then
26foo sounds a bit like pool (Somehow I wasn't quite attracted by the
27name FoolBillard) Actually FooBillard is still under development but
28the main physics is implemented. If you are a billard-pro and you're
29missing some physics, please tell me. Cause I've implemented it like I
30think it should work, which might differ from reality.
31
32%prep
33%setup -q
34%patch0 -p1
35
36%build
37rm -f missing
38export X_LIBS='-I%{_includedir}'
39%{__libtoolize}
40%{__gettextize}
41%{__aclocal}
42%{__autoconf}
43%{__automake}
44%configure --enable-SDL
45%{__make}
46
47
48%install
49rm -rf $RPM_BUILD_ROOT
50install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
51install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
52%{__make} DESTDIR=%{buildroot} install
53
54%clean
55rm -rf %{buildroot}
56
57%files
58%defattr(644,root,root,755)
59%doc AUTHORS COPYING INSTALL NEWS README ChangeLog TODO README.FONTS foobillardrc.example
60%attr(755,root,root) %{_bindir}/*
61%{_datadir}/foobillard/*
62%{_applnkdir}/Games/%{name}.desktop
This page took 0.076964 seconds and 4 git commands to generate.