]> git.pld-linux.org Git - packages/csmash.git/commitdiff
3D tabletennis game
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 2 Apr 2001 16:28:30 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    csmash.spec -> 1.1

csmash.spec [new file with mode: 0644]

diff --git a/csmash.spec b/csmash.spec
new file mode 100644 (file)
index 0000000..4f13fa2
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       3D tabletennis game
+Summary(pl):   Trójwymiarowy tenis sto³owy
+Name:          csmash
+Version:       0.6.0
+Release:       1
+Group:         X11/Applications/Games
+Group(de):     X11/Applikationen/Spiele
+Group(pl):     X11/Aplikacje/Gry
+Source0:       http://prdownloads.SourceForge.net/CannonSmash/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
+URL:           http://CannonSmash.Sourceforge.net/
+License:       GPL
+BuildRequires: OpenGL-devel
+Requires:      OpenGL
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _noautoreqdep   libGL.so.1 libGLU.so.1
+%define                _prefix         /usr/X11R6
+
+%description
+CannonSmash is a 3D tabletennis game. The goal of this project is to
+represent various strategy of tabletennis on computer game.
+
+
+%description -l pl
+CannonSmash to trójwymiarowy tenis sto³owy. Celem tego projektu jest
+przedstawienie ró¿nych strategii tenisa sto³owego w grze komputerowej.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
+
+%{__make} install DESTDIR="$RPM_BUILD_ROOT"
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+
+gzip -9nf AUTHORS CREDITS ChangeLog NEWS README README.en TODO 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS* CREDITS* ChangeLog* NEWS* TODO* README.en*
+%lang(jp) %doc README.gz
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/csmash
+%{_datadir}/csmash/Parts
+%{_datadir}/csmash/images
+%{_datadir}/csmash/wav
+%{_applnkdir}/Games/*
This page took 0.09409 seconds and 4 git commands to generate.