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

adonthell-maps.spec [new file with mode: 0644]

diff --git a/adonthell-maps.spec b/adonthell-maps.spec
new file mode 100644 (file)
index 0000000..a2f1c28
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       Maps for Adonthell game engine.
+Summary(pl):   Mapy dla Adonthell'a
+Name:          adonthell-maps
+Version:       1
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games/Data
+Source0:       http://freesoftware.fsf.org/download/adonthell/wastesedge-0.3.%{version}.tar.gz
+URL:           http://adonthell.linuxgames.com/download/index.shtml
+BuildRequires: adonthell
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _prefix         /usr/X11R6
+%define         _bindir         %{_prefix}/bin/
+%define         _gamedatadir    share/adonthell/games/
+
+%description
+Map packs for Adonthell game
+
+%description -l pl
+Paczka z mapami dla Adonthell'a
+
+%package wastesedge
+Summary:       Waste's Edge map
+Summary(pl):   Mapa Waste's Edge
+Group:         %{group}
+
+%description wastesedge
+As a loyal servant of the elven Lady Silverhair, you arrive at the
+remote trading post of Waste's Edge, where she is engaged in
+negotiations with the dwarish merchant Bjarn Fingolson. But not all is
+well at Waste's Edge, and soon you are confronted with circumstances
+that are about to destroy your mistress' high reputation. And you are
+the only one to avert this ...
+
+%prep
+%setup -q -c -a0
+
+%build
+cd wastesedge-0.3.1
+%configure2_13
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir} $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_prefix}/%{_gamedatadir}/wastesedge/{audio,gfx,maps,scripts}}
+cd wastesedge-0.3.1
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} gamedatadir=$RPM_BUILD_ROOT%{_prefix}/%{_gamedatadir}/wastesedge/ install
+gzip -9nf README AUTHORS PLAYING
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%files wastesedge
+%defattr(644,root,root,755)
+#%doc *.gz
+%{_prefix}/%{_gamedatadir}/
+%attr(755,root,root)%{_bindir}/adonthell-wastesedge
This page took 0.071329 seconds and 4 git commands to generate.