]> git.pld-linux.org Git - packages/circuslinux.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 7 Sep 2002 16:36:06 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    circuslinux.spec -> 1.1

circuslinux.spec [new file with mode: 0644]

diff --git a/circuslinux.spec b/circuslinux.spec
new file mode 100644 (file)
index 0000000..09a5a33
--- /dev/null
@@ -0,0 +1,67 @@
+Summary:       "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
+Summary(pl):   "Circus Linux!" jest klonem gry z Atari 2600 "Circus Atari"
+Name:          circuslinux
+Version:       1.0.3
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/%{name}-%{version}.tar.gz
+Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-version.patch
+URL:           http://www.newbreedsoftware.com/circus-linux/
+BuildRequires: libvorbis-devel
+BuildRequires: SDL-devel
+BuildRequires: SDL_image-devel
+BuildRequires: SDL_mixer-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _prefix         /usr/X11R6
+%define         _mandir         %{_prefix}/man
+
+%description
+"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari", which is
+itself a clone of an earlier arcade game named, simply "Circus".
+
+The object is to move a teeter-totter back and forth across the screen
+to bounce clowns up into the air. When they reach the top, they pop
+rows of balloons and then fall back down.
+
+(The gameplay is similar to the classics "Breakout" and "Arkanoid.")
+
+%description -l pl
+"Circus Linux!" jest klonem gry z Atari 2600 - "Circus Atari", która z
+kolei sama jest klonem wcze¶niejszej gry zrêczno¶ciowej, nazywaj±cej siê
+po prostu "Circus".
+
+Celem gry jest przesuwanie hu¶tawki w poprzek ekranu tak aby podbijaæ
+skacz±cych clownów do góry. Kiedy clown wyskakuje, zbija czê¶æ z baloników
+lataj±cych w rzêdach pod sufitem, a potem spada z powrotem na dó³.
+
+Motyw gry jest podobny do klasycznych gier - "Breakout" i "Arkanoid"
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+aclocal
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS.txt CHANGES.txt FAQ.txt README.txt README-SDL.txt TODO.txt
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.061487 seconds and 4 git commands to generate.