]> git.pld-linux.org Git - packages/KoboDeluxe.git/commitdiff
- by Jan Meizner jm at jm one pl
authorTomasz Pala <gotar@pld-linux.org>
Thu, 27 Nov 2003 16:37:04 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    KoboDeluxe.spec -> 1.1
    kobousr2var.patch -> 1.1

KoboDeluxe.spec [new file with mode: 0644]
kobousr2var.patch [new file with mode: 0644]

diff --git a/KoboDeluxe.spec b/KoboDeluxe.spec
new file mode 100644 (file)
index 0000000..d4d52bb
--- /dev/null
@@ -0,0 +1,67 @@
+# $Revision: 1.1 $, $Dat: 2003/08/04 19:06:42 $
+Summary:       A third person scrolling 2D shooter.
+Summary(pl):   Prosta strzelanka 2D. 
+Name:          KoboDeluxe
+Version:       0.4
+%define _pre     pre8
+Release:       0.%{_pre}.1
+Epoch:         1
+License:       GPL, partially LGPL
+Group:         Aplications/Games
+Source0:       http://olofson.net/kobodl/download/%{name}-%{version}%{_pre}.tar.gz
+# Source0-md5: 215fba14e30755940833dc1abb322bd6
+Patch0:                kobousr2var.patch
+URL:           http://olofson.net/kobodl/
+BuildRequires: SDL-devel >= 1.2
+BuildRequires:  SDL_image-devel >= 1.2
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kobo Deluxe is a 3'rd person  scrolling 2D shooter with a simple
+and responsive control system  - which you'll need to tackle the
+tons of enemy ships that shoot at you,  chase you, circle around
+you shooting,  or even  launch other ships at you,  while you're
+trying to  destroy the  labyrinth  shaped  bases.  There  are 50
+action packed  levels with  smoothly increasing  difficulty, and
+different combinations of enemies that require different tactics
+to be dealt with successfully.
+
+
+%description -l pl
+Kobo Deluxe jest gr± 2D typu 3'rd person perspective z prostym systemem sterowania. W grze tej twoim zadaniem jest pokonanie masy atakuj±cych ciê nieprzyjacielskich statków, które do ciebie strzelaj±, otaczaj± ciê czy wrêcz nasy³aj± na ciebie inne statki, kiedy ty starasz siê zniszczyæ bazy w kszta³cie labiryntu. Czekana ciebie 50 etapów pe³nych wartkiej akcji, ze stopniowo zwiêkszaj±cym siê stopniem trudno¶ci i ró¿nymi typami nieprzyjació³ do których pokonania potrzebujesz ró¿nych taktyk. 
+
+
+%prep
+%setup -q -n %{name}-%{version}%{_pre}
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog COPYING COPYING.LIB README README.jp README.sfont README.xkobo README.xkobo.jp TODO
+%attr(2755,root,games) %{_bindir}/kobodl
+%dir /var/games/kobo-deluxe
+%dir %attr(775,root,games) /var/games/kobo-deluxe/scores
+%{_prefix}/share/games/kobo-deluxe
diff --git a/kobousr2var.patch b/kobousr2var.patch
new file mode 100644 (file)
index 0000000..ccbc615
--- /dev/null
@@ -0,0 +1,12 @@
+diff -u v1/configure.in v2/configure.in
+--- v1/configure.in    Mon Nov 24 22:38:53 2003
++++ v2/configure.in    Mon Nov 24 22:38:44 2003
+@@ -33,7 +33,7 @@
+ build_simple_bundle=no
+ unix_scoredir=yes
+ DATADIR='$(datadir)/games/kobo-deluxe'
+-SCOREDIR='$(prefix)/games/kobo-deluxe/scores'
++SCOREDIR='/var/games/kobo-deluxe/scores'
+ CONFIGDIR='HOME>>'
+ CONFIGFILE='.kobodlrc'
+ EXEFILE=kobodl
This page took 0.074857 seconds and 4 git commands to generate.