]> git.pld-linux.org Git - packages/adonthell.git/commitdiff
- initial release
authormick3y <mick3y@pld-linux.org>
Mon, 6 May 2002 21:20:51 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adonthell.spec -> 1.1

adonthell.spec [new file with mode: 0644]

diff --git a/adonthell.spec b/adonthell.spec
new file mode 100644 (file)
index 0000000..1d7e4a1
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       A 2D graphical RPG game
+Summary(pl):   Darmowa gra RPG z graficznym interfejsem
+Name:          adonthell
+Version:       0.3.2
+Release:       1
+License:       GPL
+Source0:       http://freesoftware.fsf.org/download/adonthell/%{name}-%{version}.tar.gz
+Source1:       http://freesoftware.fsf.org/download/adonthell/wastesedge-0.3.1.tar.gz
+Patch0:                %{name}-lib.patch
+URL:           http://adonthell.linuxgames.com
+Group:         X11/Applications/Games
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _prefix         /usr/X11R6
+%define                _bindir         %{_prefix}/bin/
+%define                _gamedatadir    share/%{name}
+
+%description
+Adonthell is a role playing game in development that aims to combine
+the best features of the Final Fantasy and Ultima series with an epic
+plot. It is set in a detailed virtual world. With the current engine,
+a small demo game (Waste's Edge) is available.
+
+%description -l pl
+Adonthell jest ci±gle rozwijan± gr± RPG której celem jest po³±czenie
+najlepszych cech takich serii jak Final Fantasy i Ultima. (niech kto¶
+przet³umaczy resztê bo ja siê bojê;)
+
+%prep
+%setup -q
+%patch -p0
+
+%build
+%configure2_13
+
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_prefix}/%{_gamedatadir}/{modules,games},%{_bindir},adonthell-wastesedge}
+cp src/adonthell.py $RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir}/modules/adonthell.py
+
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} gamedatadir=$RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir} install
+gzip -9nf ChangeLog NEWBIE README.* AUTHORS COPYING NEWS
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_prefix}/%{_gamedatadir}/modules/adonthell.py
+%{_prefix}/%{_gamedatadir}/games
+%attr(755,root,root)%{_bindir}/adonthell
+%doc *.gz
This page took 0.077193 seconds and 4 git commands to generate.