]> git.pld-linux.org Git - packages/crawl.git/commitdiff
- initial release
authorwolf <wolf@pld-linux.org>
Sat, 2 Feb 2002 15:34:15 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crawl.spec -> 1.1

crawl.spec [new file with mode: 0644]

diff --git a/crawl.spec b/crawl.spec
new file mode 100644 (file)
index 0000000..f7c217d
--- /dev/null
@@ -0,0 +1,81 @@
+Summary:       Roguelike game.
+Summary(pl):   Gra roguelike.
+Name:          crawl
+Version:       400beta22
+Release:       1
+License:       Crawl GPL
+Group:         Applications/Games
+Group(de):     Applikationen/Spiele
+Group(pl):     Aplikacje/Gry
+Source0:       ftp://ftp.dungeoncrawl.org/LATEST/devteam/cr%{version}-src.tar.bz2
+Source1:       %{name}.desktop
+Source2:       %{name}.png
+Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-savedir.patch
+BuildRequires: ncurses-devel
+Requires:      zip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _datadir        /var/games/crawl
+%define _bindir                /usr/games
+
+%description
+Crawl is a large and very random game of subterranean exploration in a
+fantasy world of magic and frequent violence. Your quest is to travel
+into the depths of the Dungeon (which is different each time you play)
+and retrieve the Orb of Zot.
+
+Crawl is an RPG of the 'rogue-like' type, one of the descendants of
+Rogue. Its graphics are simple but highly informative, designed to be
+understood at a glance, and control is exercised largely through
+one-keystroke commands.
+
+%description -l pl
+Crawl jest du¿± i bardzo losow± gr± podziemnej eksploracji w
+fantastycznym ¶wiecie magii i czêstej przemocy. Twoim zadaniem jest
+podró¿ w g³±b Lochu (który w ka¿dej grze jest inny) i odzyskanie Kuli
+Zota.
+
+Crawl jest gr± RPG typu 'rogue-like', jednym z potomków Rogue. Grafika
+jest prosta, ale wysoce informatywna, zaprojektowana by byæ zrozumia³±
+od pierwszego spojrzenia. Sterowanie odbywa siê g³ównie jedno
+klawiszowymi poleceniami.
+
+%prep
+%setup -q -n cr%{version}-src
+%patch0 -p1
+%patch1 -p1
+
+%build
+cd source
+%{__make} -f makefile.lnx EXTRA_FLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_datadir},%{_applnkdir}/Games/Roguelike,%{_pixmapsdir}}
+install source/crawl $RPM_BUILD_ROOT%{_bindir}
+install docs/crawl.6 $RPM_BUILD_ROOT%{_mandir}/man6
+
+gzip -9nf init.txt licence.txt macro.txt readme.txt docs/buglist.txt docs/changes.* docs/crawl.txt docs/todo.txt docs/versions.txt
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Roguelike
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
+touch $RPM_BUILD_ROOT%{_datadir}/scores
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(2755,root,games) %{_bindir}/crawl
+%attr(2775,root,games) %dir %{_datadir}
+%attr(664,root,games) %config(noreplace) %verify(not md5 size mtime) %{_datadir}/scores
+
+%{_mandir}/man6/*
+%doc *.gz
+%doc docs/*.gz
+
+%{_applnkdir}/Games/Roguelike/*
+%{_pixmapsdir}/*
This page took 0.04401 seconds and 4 git commands to generate.