]> git.pld-linux.org Git - packages/adom.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Fri, 9 Jun 2000 17:04:33 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adom.spec -> 1.1

adom.spec [new file with mode: 0644]

diff --git a/adom.spec b/adom.spec
new file mode 100644 (file)
index 0000000..b7023a3
--- /dev/null
+++ b/adom.spec
@@ -0,0 +1,47 @@
+Summary:       Very popular rogue-like adventure game
+Summary(pl):   Bardzo popularna tekstowa gra przygodowa
+Name:          adom
+Version:       099g15
+Release:       1
+Group:         Games
+Group(pl):     Gry
+Copyright:     postcardware
+Source0:       http://www.adom.de/adom/download/linux/%{name}-%{version}-elf.tar.gz
+URL:           http://www.adom.de
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ADOM stands for Ancient Domains of Mystery. ADOM is a so-called rogue-like
+game. This means that it is a single-user game which allows you to play the
+role of an intrepid adventurer exploring a large dungeon with some specific
+goal in mind. The graphics in the game are based on simple text characters
+and the game is controlled with a large number of keyboard commands.
+
+%description -l pl
+ADOM to skrót od "Ancient Domains of Mystery". ADOM to tak zwana gra
+rogue-podobna. To znaczy, ¿e jest to gra dla jednej osoby, która pozwala na
+wcielenie siê w postaæ poszukiwacza przygód przeszukuj±cego olbrzymie
+podziemia próbuj±c wype³niæ pewn± misjê. Grafika w grze jest oparta na
+prostym trybie tekstowym, a sama gra jest kontrolowana przy u¿yciu du¿ej
+ilo¶ci poleceñ z klawiatury.
+
+%prep
+%setup -q -n adom
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_prefix}/games
+install adom $RPM_BUILD_ROOT%{_prefix}/games
+
+gzip -9nf adomfaq.txt manual.doc readme.1st
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_prefix}/games/adom
+%doc *.gz
This page took 0.063433 seconds and 4 git commands to generate.